From a7f604ab38e694f698b2c9dba529b3fb50e11b75 Mon Sep 17 00:00:00 2001 From: bastonero Date: Fri, 9 Feb 2024 16:40:59 +0000 Subject: [PATCH] Bump SSSP version to 1.3 in tests aiida-quantumespresso has now by default SSSP v1.3 efficiency. The fake SSSP pseudo family is therefore updated corrispondingly. --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index faed5b6..8bafc73 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -179,7 +179,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')