-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
CutoffsFamily
to CutoffsPseudoPotentialFamily
The `CutoffsFamily` was introduced in order to properly test the `RecommendedCutoffsMixin`. It was even given an entry point but this was just a requirement for the tests to work and it was never intended to actually be used in production. However, there now seems an actual usecase for this class as a substitute for the `SsspFamily` and `PseudoDojoFamily` who also have the mixin and allow recommended cutoffs to be defined but they come with strict rules and only official sets of pseudopotentials are supported. If one wants to create a custom pseudopotential family but still want to use the recommended cutoff functionality, the `PseudoPotentialFamily` base class doesn't suffice but the `CutoffsFamily` does. Now that we actually consider the class to be used for production, a more aptly named class name is required to properly reflect its intended usage.
- Loading branch information
Showing
5 changed files
with
46 additions
and
46 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