@@ -17,26 +17,26 @@ def test_electrode_makers(mock_vasp, clean_dir, test_dir):
17
17
18
18
# mapping from job name to directory containing test files
19
19
ref_paths = {
20
- "relax" : "H_Graphite/relax" ,
21
- "relax 0 (0) 0 " : "H_Graphite/relax_0_(0)" ,
22
- "relax 1 (0) 1 0 " : "H_Graphite/relax_1_(0)" ,
23
- "relax 1 (1) 1 0 " : "H_Graphite/relax_1_(1)" ,
24
- "relax 1 (2) 1 0 " : "H_Graphite/relax_1_(2)" ,
25
- "static 0" : "H_Graphite/static_0" ,
26
- "static 1 0 " : "H_Graphite/static_1" ,
20
+ "relax 0/2 " : "H_Graphite/relax" ,
21
+ "relax 1/2 (0)" : "H_Graphite/relax_0_(0)" ,
22
+ "relax 2/2 (0)" : "H_Graphite/relax_1_(0)" ,
23
+ "relax 2/2 (1)" : "H_Graphite/relax_1_(1)" ,
24
+ "relax 2/2 (2)" : "H_Graphite/relax_1_(2)" ,
25
+ "static 0/2 " : "H_Graphite/static_0" ,
26
+ "static 1/2 " : "H_Graphite/static_1" ,
27
27
}
28
28
29
29
fake_run_vasp_kwargs = {
30
- "relax" : {
30
+ "relax 0/2 " : {
31
31
"incar_settings" : ["NSW" , "ISIF" ],
32
32
"check_inputs" : ["incar" , "poscar" ],
33
33
},
34
- "relax 0 (0) 0 " : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
35
- "relax 1 (0) 1 0 " : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
36
- "relax 1 (1) 1 0 " : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
37
- "relax 1 (2) 1 0 " : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
38
- "static 0" : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
39
- "static 1 0 " : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
34
+ "relax 1/2 (0)" : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
35
+ "relax 2/2 (0)" : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
36
+ "relax 2/2 (1)" : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
37
+ "relax 2/2 (2)" : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
38
+ "static 0/2 " : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
39
+ "static 1/2 " : {"incar_settings" : ["NSW" ], "check_inputs" : ["incar" ]},
40
40
}
41
41
42
42
# automatically use fake VASP and write POTCAR.spec during the test
0 commit comments