Skip to content

Commit e325cca

Browse files
committed
Rename sirius protocol to verification-pbe-v1-sirius
1 parent a807603 commit e325cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiida_common_workflows/workflows/relax/cp2k/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def define(cls, spec):
160160
super().define(spec)
161161
spec.input(
162162
'protocol',
163-
valid_type=ChoiceType(('fast', 'moderate', 'precise', 'verification-pbe-v1', 'sirius')),
163+
valid_type=ChoiceType(('fast', 'moderate', 'precise', 'verification-pbe-v1', 'verification-pbe-v1-sirius')),
164164
default='moderate',
165165
help='The protocol to use for the automated input generation. This value indicates the level of precision '
166166
'of the results and computational cost that the input parameters will be selected for.',

aiida_common_workflows/workflows/relax/cp2k/protocol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ verification-pbe-v1:
467467
RMS_FORCE: "[bohr^-1*hartree] 0.00030" #default: [bohr^-1*hartree] 0.00030
468468
BFGS:
469469
TRUST_RADIUS: "[angstrom] 0.5"
470-
sirius:
470+
verification-pbe-v1-sirius:
471471
description: 'Protocol to relax a structure with SIRIUS and UPF pseudopotentials'
472472
kpoints_distance: 0.06
473473
basis_pseudo: SSSP/1.2/PBE/precision

0 commit comments

Comments
 (0)