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

XspectraCrystalWorkChain: Fix Input Bugs #1047

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. XspectraCrystalWorkChain: Fix Input Bugs

    Fixes two bugs in the input steps of the `XspectraCrystalWorkChain`:
    * `WorkChain`s except when using `xch_smear` because the step to remove
      instances of `starting_magnetization(` was `pop`ing keys from the
    dictionary which it was looping over.
    * The `abs_atom_marker` input was not being passed to
      `get_xspectra_structures` correctly due to a typo.
    PNOGillespie committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b779abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb42501 View commit details
    Browse the repository at this point in the history