Skip to content

Commit dfeb7cb

Browse files
committed
remove debug prints
1 parent 70d9f90 commit dfeb7cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

adcc/DataHfProvider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def get_integral_quad(gauge_origin):
209209
if gauge_origin != 'origin':
210210
integral_string = f'{integral_string}_{gauge_origin}'
211211
return np.asarray(mmp[integral_string])
212-
print('hello')
213212
if mmp["elec_2"].shape != (9, nb, nb):
214213
raise ValueError("multipoles/elec_2 is expected to have "
215214
"shape " + str((9, nb, nb)) + " not "

adcc/ReferenceState.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,5 @@ def dipole_moment(self):
224224
# Notice the negative sign due to the negative charge of the electrons
225225
return self.nuclear_dipole - np.array([product_trace(comp, self.density)
226226
for comp in dipole_integrals])
227+
227228
# TODO some nice describe method

0 commit comments

Comments
 (0)