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

Protocols: Update k-point sampling protocols #997

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 15, 2023

  1. Protocols: Update k-point sampling protocols

    Based on more extensive tests that also involved a broad range of smearings,
    a new set of protocols were devised:
    
    | Name       | Smearing (Ry) | k-points distance (1/A) |
    |------------|---------------|-------------------------|
    | Precision  |        0.0125 |                    0.10 |
    | Efficiency |        0.0200 |                    0.15 |
    | Fast       |        0.0275 |                    0.30 |
    
    Here we already update the values in the `PwBaseWorkChain` protocol file. In
    a future PR it would be nice to set up a system for protocol aliasing, so
    we can also change the names without breaking protocol methods downstream.
    mbercx committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    414bbe5 View commit details
    Browse the repository at this point in the history