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

SelfConsistentHubbardWorkChain: Relabeling of HubbardStructure if relaxations are skipped #63

Merged
merged 3 commits into from
Apr 11, 2024

Commits on Feb 13, 2024

  1. SelfConsistentHubbardWorkChain: Relabeling of HubbardStructure.

    The `current_hubbard_structure` is not relabeled in `SelfConsistentHubbardWorkChain` if `skip_relax_iterations != 0`.
    This can cause problems in the subsequent `PwRelaxWorkChains` if new types are introduced.
    Therefore, the relabeling step is moved to a separate method that is called in any case.
    t-reents committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f7030f5 View commit details
    Browse the repository at this point in the history
  2. Simplify reporting messages.

    Co-authored-by: Lorenzo <[email protected]>
    t-reents and bastonero committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1bcc183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ffc8c View commit details
    Browse the repository at this point in the history