Skip to content

Commit

Permalink
refactor: making mp dataset read cell directly
Browse files Browse the repository at this point in the history
  • Loading branch information
laserkelvin committed Nov 25, 2024
1 parent dbcd044 commit 039a84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matsciml/datasets/materials_project/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def _parse_structure(
"lattice_params": lattice_params,
}
return_dict["lattice_features"] = lattice_features
return_dict["cell"] = structure.lattice.matrix

def _parse_symmetry(
self,
Expand Down

0 comments on commit 039a84d

Please sign in to comment.