File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ max_steps=24
25
25
atol =1.e-8
26
26
[Restart]
27
27
input_level =4
28
- input_filename =WF
28
+ input_filename =wf.h5
29
29
input_type =single_file
30
30
output_level =4
31
- output_filename =WF_MD
31
+ output_filename =wf_md.h5
32
32
output_type =single_file
33
33
[Coloring]
34
34
scope =global
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ initial_type=Random
25
25
initial_width =1.5
26
26
[Restart]
27
27
output_level =4
28
- output_filename =WF
28
+ output_filename =wf.h5
29
29
output_type =single_file
30
30
[Coloring]
31
31
scope =global
Original file line number Diff line number Diff line change 47
47
output = subprocess .check_output (command ,shell = True )
48
48
lines = output .split (b'\n ' )
49
49
50
- os .remove ('WF ' )
50
+ os .remove ('wf.h5 ' )
51
51
52
52
print ("Check energy conservation..." )
53
53
tol = 1.e-4
71
71
print ("ERROR needs 4 energy values for checking conservation!" )
72
72
sys .exit (1 )
73
73
74
+ os .remove ('wf_md.h5' )
75
+
74
76
print ("Test SUCCESSFUL!" )
75
77
sys .exit (0 )
You can’t perform that action at this time.
0 commit comments