-
Notifications
You must be signed in to change notification settings - Fork 872
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add types for `core.periodic_table/bonds/composition/ion/lattice/libx…
…cfunc`, new type `MillerIndex` and fix Lattice hash (#3814) * tweak type and docstring * move dunder methods to the top * add more types and tweaks * relocate more dunder methods to top * more types and format tweaks * fix type error * add types for composition * help fix #3792 (comment) * reverse compare order for readability * Revert "reverse compare order for readability" This reverts commit 05ea23a. * Revert "help fix #3792 (comment)" This reverts commit cae7aed. * add types for `core.bonds` * finish `core.ion` * add some types * revert changes on core.interface * add types for `libxfunc` * remove unnecessary `libxc_version` * recover header * finish `Lattice` * fix unit test * Revert "fix unit test" This reverts commit 4d17bcd. * merge two pbc checks * improve property pbc setter * fix type for pbc * fix circular import * revert script (unsure if needed) * add new type `MillerIndex` * change types to `MillerIndex` * add a proper hash method * fix typo in composition check of OH * revert non-interface changes * Revert "revert non-interface changes" This reverts commit 7930238. * refactor * tweak doc strings --------- Co-authored-by: Janosh Riebesell <[email protected]>
- Loading branch information
1 parent
2e1c301
commit 578d29c
Showing
42 changed files
with
624 additions
and
600 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
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
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
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
Oops, something went wrong.