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

PwBaseWorkChain: improve restart from parent_folder #722

Merged
merged 12 commits into from
Sep 21, 2021

Commits on Sep 21, 2021

  1. PwBaseWorkChain: improve restart from parent_folder

    Remove some of the logic in the `PwBaseWorkChain` regarding restarting
    from a previous calculation using a `RemoteData` provided to the
    `pw.parent_folder` input.
    
    The current logic expected the `RemoteData` to have a `PwCalculation`
    creator, which is not always the case. Moreover, the `restart_mode`
    chosen by the user is overriden, which means that e.g. restarting from
    _only_ the charge density with `startingpot` is not possible.
    mbercx committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8f95aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0a6e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7063aa2 View commit details
    Browse the repository at this point in the history
  4. Apply reviewer suggestions

    mbercx committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a9fc164 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    762edc9 View commit details
    Browse the repository at this point in the history
  6. Fix PwBaseWorkChain tests

    mbercx committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a700e91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca2ec28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7b897c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4eedce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3aa820c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c08469 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a47f5df View commit details
    Browse the repository at this point in the history