Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: update to aiida-pseudo==0.4.0 #630

Merged
merged 1 commit into from
Dec 10, 2020

Commits on Dec 10, 2020

  1. Dependencies: update to aiida-pseudo==0.4.0

    This new minor version comes with some significant changes:
    
     * All format specific pseudopotential family subclasses have been
       removed, for example, `UpfFamily` no longer exists. The format of
       the pseudos in a family are now stored as an extra and can be
       retrieved through the `pseudo_type` property. The command line
       option param type `PseudoFamilyType` was updated to reflect these
       changes.
    
     * The recommended cutoffs for families are now always stored in
       electronvolt. They therefore have to be converted explicitly to
       Rydberg before they are passed to the calculations.
    sphuber committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    40793c7 View commit details
    Browse the repository at this point in the history