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

✨ NEW: Add FleurHubbard1WorkChain #162

Draft
wants to merge 29 commits into
base: develop
Choose a base branch
from
Draft

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    b0f43a5 View commit details
    Browse the repository at this point in the history
  2. Add return_results

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    11fa918 View commit details
    Browse the repository at this point in the history
  3. Add entry point

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c6aa4ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    043be80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    531758b View commit details
    Browse the repository at this point in the history
  6. fix typo

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a6826f4 View commit details
    Browse the repository at this point in the history
  7. fix format

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1d0cf01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd5ab94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27f1ffd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fadd528 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36de502 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    701fa35 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0183c78 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec956ed View commit details
    Browse the repository at this point in the history
  15. fix typo

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a9466ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a00cb2 View commit details
    Browse the repository at this point in the history
  17. Experimental: Also retrieve Hubbard1 subfolder

    For now all files are retrieved. It might be better to limit the
    data
    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e16fe62 View commit details
    Browse the repository at this point in the history
  18. Add detection of a non-converged hubbard1 calculation. This only work…

    …s with the upcoming release
    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    acc51d4 View commit details
    Browse the repository at this point in the history
  19. formatting fixes

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d1d7c12 View commit details
    Browse the repository at this point in the history
  20. Add rudimentary support for multiple atomtypes coming from the crysta…

    …l field coefficient workchain
    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    dd1fa37 View commit details
    Browse the repository at this point in the history
  21. Correct condition

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    86bd336 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    18ba797 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0398091 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8ed5e55 View commit details
    Browse the repository at this point in the history
  25. Fix detection of non-converged LDA+U/LDA+HIA

    the previous condition would abort always if the criteria were reached
    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4f11f02 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4b8b1dd View commit details
    Browse the repository at this point in the history
  27. fix last commit

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e860fb7 View commit details
    Browse the repository at this point in the history
  28. Add missing return of exit code

    Otherwise return_results is executed twice
    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    81749e0 View commit details
    Browse the repository at this point in the history
  29. Fix rebase

    janssenhenning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9426197 View commit details
    Browse the repository at this point in the history