10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-23 11:17:33 +02:00

FIxed GAMESS interface

This commit is contained in:
Anthony Scemama 2018-07-03 14:46:02 +02:00
parent a10f439468
commit 1f8e09e93f

View File

@ -93,6 +93,7 @@ def write_ezfio(res, filename):
coord_y.append(a.coord[1] / a0)
coord_z.append(a.coord[2] / a0)
# ~#~#~#~#~ #
# W r i t e #
# ~#~#~#~#~ #
@ -126,9 +127,6 @@ def write_ezfio(res, filename):
coefficient = []
exponent = []
res.clean_contractions()
res.convert_to_cartesian()
# ~#~#~#~#~#~#~ #
# P a r s i n g #
# ~#~#~#~#~#~#~ #