Skip to content

Commit

Permalink
Rename sirius protocol to verification-pbe-v1-sirius
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Aug 29, 2023
1 parent a807603 commit a5e6588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiida_common_workflows/workflows/relax/cp2k/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def define(cls, spec):
super().define(spec)
spec.input(
'protocol',
valid_type=ChoiceType(('fast', 'moderate', 'precise', 'verification-pbe-v1', 'sirius')),
valid_type=ChoiceType(('fast', 'moderate', 'precise', 'verification-pbe-v1', 'verification-pbe-v1-sirius')),
default='moderate',
help='The protocol to use for the automated input generation. This value indicates the level of precision '
'of the results and computational cost that the input parameters will be selected for.',
Expand Down
4 changes: 2 additions & 2 deletions aiida_common_workflows/workflows/relax/cp2k/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ fast:
BFGS:
TRUST_RADIUS: "[angstrom] 0.5"

verification-pbe-v1:
verification-pbe-v1-sirius:
description: 'Protocol to relax a structure with high precision at higher computational cost.'
kpoints_distance: 0.06
cell_ref_scale_factor: 1.2766 #=1.2/0.94, assumption: ref.workchain starts at lowest scale of 0.94 for EOS
Expand Down Expand Up @@ -467,7 +467,7 @@ verification-pbe-v1:
RMS_FORCE: "[bohr^-1*hartree] 0.00030" #default: [bohr^-1*hartree] 0.00030
BFGS:
TRUST_RADIUS: "[angstrom] 0.5"
sirius:
verification-pbe-v1:
description: 'Protocol to relax a structure with SIRIUS and UPF pseudopotentials'
kpoints_distance: 0.06
basis_pseudo: SSSP/1.2/PBE/precision
Expand Down

0 comments on commit a5e6588

Please sign in to comment.