Skip to content

Commit

Permalink
remove energy, forces, hirschfeld volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSachs committed Oct 27, 2023
1 parent 23ad099 commit fbc9750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/datautils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ function json2internal(filename )
end
sparse_friction_tensor = sparse(I, J, vals, length(at), length(at))
( at=at,
E=d.energy,
F=d.forces,
# E=d.energy,
# F=d.forces,
friction_tensor = sparse_friction_tensor,
friction_indices = friction_indices,
# friction_tensor = (blockformat ? reinterpret(Matrix{SMatrix{3,3,Float64,9}}, d.friction_tensor) : d.friction_tensor),
# friction_indices = Int64.(d.friction_indices.+1)[:],
hirshfeld_volumes=d.hirshfeld_volumes,
# hirshfeld_volumes=d.hirshfeld_volumes,
no_friction = Int64.(d.no_friction)[:]
)
end
Expand Down

0 comments on commit fbc9750

Please sign in to comment.