10
1
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:
Loris Burth 2025-04-30 11:02:11 +02:00
parent 53eb2cdd5d
commit 95dc377107

View File

@ -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()