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:
parent
61288e474d
commit
f2ead7138b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user