10
1
mirror of https://github.com/pfloos/quack synced 2025-01-03 01:55:57 +01:00

read mol geom from working dir

This commit is contained in:
Abdallah Ammar 2024-10-29 23:43:33 +01:00
parent 61288e474d
commit f2ead7138b

View File

@ -37,7 +37,7 @@ print_2e=args.print_2e
working_dir=args.working_dir working_dir=args.working_dir
#Read molecule #Read molecule
f = open(QuAcK_dir + '/mol/' + xyz,'r') f = open(working_dir+'/mol/'+xyz,'r')
lines = f.read().splitlines() lines = f.read().splitlines()
nbAt = int(lines.pop(0)) nbAt = int(lines.pop(0))
lines.pop(0) lines.pop(0)