File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
from atomistics .workflows .elastic .workflow import ElasticMatrixWorkflow
10
10
11
11
12
- cp2k_command = "cp2k_shell.sopt "
12
+ cp2k_command = "cp2k_shell.psmp "
13
13
if shutil .which (cp2k_command ) is not None :
14
14
skip_cp2k_test = False
15
15
else :
Original file line number Diff line number Diff line change 9
9
from atomistics .workflows .evcurve .workflow import EnergyVolumeCurveWorkflow
10
10
11
11
12
- cp2k_command = "cp2k_shell.sopt "
12
+ cp2k_command = "cp2k_shell.psmp "
13
13
if shutil .which (cp2k_command ) is not None :
14
14
skip_cp2k_test = False
15
15
else :
Original file line number Diff line number Diff line change 9
9
from atomistics .workflows .phonons .workflow import PhonopyWorkflow
10
10
11
11
12
- cp2k_command = "cp2k_shell.sopt "
12
+ cp2k_command = "cp2k_shell.psmp "
13
13
if shutil .which (cp2k_command ) is not None :
14
14
skip_cp2k_test = False
15
15
else :
You can’t perform that action at this time.
0 commit comments