mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-23 04:43:45 +01:00
Removed print in trexio interface
This commit is contained in:
parent
25b175df2f
commit
560406c1fd
@ -388,7 +388,6 @@ def write_ezfio(trexio_filename, filename):
|
||||
# Renormalize MO coefs if needed
|
||||
if trexio.has_ao_normalization(trexio_file_cart):
|
||||
norm = trexio.read_ao_normalization(trexio_file_cart)
|
||||
print (norm)
|
||||
for j in range(mo_num):
|
||||
for i,f in enumerate(norm):
|
||||
MoMatrix[i,j] *= f
|
||||
|
Loading…
Reference in New Issue
Block a user