Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…presso-hp into feat/voronoi
  • Loading branch information
bastonero committed Feb 13, 2024
2 parents 2080fa5 + 8aec5dc commit 99a46e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def sssp(aiida_profile, generate_upf_data):
'cutoff_rho': 240.0,
}

label = 'SSSP/1.2/PBEsol/efficiency'
label = 'SSSP/1.3/PBEsol/efficiency'
family = SsspFamily.create_from_folder(dirpath, label)

family.set_cutoffs(cutoffs, stringency, unit='Ry')
Expand Down
2 changes: 2 additions & 0 deletions tests/workflows/protocols/test_hubbard/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ relax:
base:
kpoints_distance: 0.15
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
Expand Down Expand Up @@ -74,6 +75,7 @@ relax:
scf:
kpoints_distance: 0.4
kpoints_force_parity: false
max_iterations: 5
pw:
code: test.quantumespresso.pw@localhost
metadata:
Expand Down

0 comments on commit 99a46e4

Please sign in to comment.