forked from lijiext/lammps
remove debug statement
This commit is contained in:
parent
5c92e5aa01
commit
b9d68f93af
|
@ -155,7 +155,6 @@ def nwchem_read_ao(natoms, log):
|
|||
bohr2angstrom = 0.52917721092
|
||||
eout = eout * hartree2eV
|
||||
fout = [i * hartree2eV/bohr2angstrom for i in fout]
|
||||
print(eout)
|
||||
|
||||
return eout,fout
|
||||
|
||||
|
|
Loading…
Reference in New Issue