Removed prints from number_of_neighbors
This commit is contained in:
parent
b405842452
commit
8ea7da5d2f
@ -692,10 +692,6 @@ def number_of_neighbors(
|
|||||||
elif not distinct:
|
elif not distinct:
|
||||||
dnn = 1
|
dnn = 1
|
||||||
|
|
||||||
print(atoms[:5])
|
|
||||||
print(query_atoms[:5])
|
|
||||||
print(" ")
|
|
||||||
|
|
||||||
box = atoms.box
|
box = atoms.box
|
||||||
if np.all(np.diag(np.diag(box)) == box):
|
if np.all(np.diag(np.diag(box)) == box):
|
||||||
atoms = atoms % np.diag(box)
|
atoms = atoms % np.diag(box)
|
||||||
|
Loading…
Reference in New Issue
Block a user