Removed prints from number_of_neighbors

This commit is contained in:
Sebastian Kloth 2024-01-31 15:36:51 +01:00
parent b405842452
commit 8ea7da5d2f

View File

@ -692,10 +692,6 @@ def number_of_neighbors(
elif not distinct:
dnn = 1
print(atoms[:5])
print(query_atoms[:5])
print(" ")
box = atoms.box
if np.all(np.diag(np.diag(box)) == box):
atoms = atoms % np.diag(box)