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

HpParser: fix q-points/atoms output corner case #64

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Commits on Feb 13, 2024

  1. HpParser: fix q-points/atoms output test case

    The current raw output parser would miss some corner cases,
    when lots of q-points are generated and the number has no more
    any space left from the parenthesis.
    The solution is to use a more general regex search. As a sanity
    check, also the perturbed atom number sites regex search is
    changed correspondingly.
    bastonero committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a3cad55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14a0028 View commit details
    Browse the repository at this point in the history