-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…6281) The pbc for getting a `pymatgen.core.structure.Structure` class via the `StructureData.get_pymatgen_structure` were constrained to be 3D, i.e. `(True, True, True)`. The core module of pymatgen actually allows for any pbc condition, and this is now fixed by using the `pymatgen.core.structure.Lattice` class to specify, along the cell information, also the pbc.
- Loading branch information
Showing
2 changed files
with
56 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters