mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-14 10:03:47 +01:00
Merge branch 'dev-stable-tc-scf' into dev-stable-tc-scf
This commit is contained in:
commit
127837d92b
@ -43,6 +43,7 @@ def extract_data(output):
|
||||
e_ex_line = lines[iline+2]
|
||||
e_ex = float(e_ex_line.split()[1])
|
||||
reading = False
|
||||
|
||||
new_data = " {:8d} {:16.8f} {:e} {:e} {:e} {:e} {:16.8f}".format(n_det, e, pt2, err_pt2, rpt2, err_rpt2, e_ex)
|
||||
data.append(new_data)
|
||||
n_det = e = pt2 = err_pt2 = rpt2 = err_rpt2 = e_ex = None
|
||||
@ -53,3 +54,4 @@ data = extract_data(output)
|
||||
|
||||
for item in data:
|
||||
print(item)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user