mirror of
https://github.com/pfloos/quack
synced 2025-05-06 07:05:33 +02:00
print for cap eta in output
This commit is contained in:
parent
53eb2cdd5d
commit
95dc377107
@ -203,6 +203,7 @@ if use_cap:
|
|||||||
f = open(working_dir+'/input/eta_opt.dat', 'w')
|
f = open(working_dir+'/input/eta_opt.dat', 'w')
|
||||||
f.write(" {} ".format(str(eta_opt)))
|
f.write(" {} ".format(str(eta_opt)))
|
||||||
f.close()
|
f.close()
|
||||||
|
print(f"CAP eta = {eta_opt}")
|
||||||
# xyz file
|
# xyz file
|
||||||
with open(working_dir + "/mol/" + xyz, "r") as f:
|
with open(working_dir + "/mol/" + xyz, "r") as f:
|
||||||
lines = f.readlines()
|
lines = f.readlines()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user