-
Notifications
You must be signed in to change notification settings - Fork 885
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Structure.get_symmetry_dataset
convenience method (#4268)
* add Structure.get_moyo_dataset -> moyopy.MoyoDataset convenience method * Add Structure.get_symmetry_dataset() method with multiple backend support, currently moyopy and spglib - remove get_moyo_dataset method - implement method overloading for type hints - update tests to cover both backends and error cases * add @due.dcite decorator for citation tracking with DOI for Spglib - also include citation details in method doc string * fix duecredit import from pymatgen.util.due module - update pyproject.toml to install symmetry optional deps in CI * fix ImportError on ase: Try installing dependencies with `pip install moyopy[interface]`
- Loading branch information
Showing
3 changed files
with
90 additions
and
3 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
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