Removed prints from rdf
This commit is contained in:
parent
787882810c
commit
d9278eed83
@ -126,9 +126,6 @@ def rdf(
|
|||||||
particles_in_volume = int(
|
particles_in_volume = int(
|
||||||
np.max(number_of_neighbors(atoms_a, query_atoms=atoms_b, r_max=bins[-1])) * 1.1
|
np.max(number_of_neighbors(atoms_a, query_atoms=atoms_b, r_max=bins[-1])) * 1.1
|
||||||
)
|
)
|
||||||
print(atoms_a[:5])
|
|
||||||
print(atoms_b[:5])
|
|
||||||
print(" ")
|
|
||||||
distances, indices = next_neighbors(
|
distances, indices = next_neighbors(
|
||||||
atoms_a,
|
atoms_a,
|
||||||
atoms_b,
|
atoms_b,
|
||||||
|
Loading…
Reference in New Issue
Block a user