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

PhParser: allow for pattern initialization #1034

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

Commits on Jun 18, 2024

  1. PhParser: allow for pattern initialization

    The ph.x should be parallelized by setting in the input parameters
    `start_irr` and `last_irr` to 0. This allows the program to exit
    smoothly and it further avoids to wait for the rewriting of the
    wavefunctions, which can be a rather long and intensive IO
    operation, not really suited for initialization runs.
    
    The parser is then adjusted to account for this option, as for some
    reason the line having `JOB DONE` is not printed in such cases.
    A simple specialized parser is also added to store the number of
    q-points and their values, which can be later on used to parallelize
    over q-points by specifying `last_q` and `start_q`.
    bastonero committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5c396c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Address review

    bastonero committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f72e4b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Address review 2

    bastonero committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1f55493 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    c73a9dd View commit details
    Browse the repository at this point in the history