diff --git a/modelforge/potential/neighbors.py b/modelforge/potential/neighbors.py index cb53e1ff..ee86ea98 100644 --- a/modelforge/potential/neighbors.py +++ b/modelforge/potential/neighbors.py @@ -759,8 +759,6 @@ def calculate_r_ij( Displacement vectors between atom pairs. Shape: [n_pairs, 3]. """ # Select the pairs of atom coordinates from the positions - print(positions.shape) - print(pair_indices.max()) selected_positions = positions.index_select(0, pair_indices.view(-1)).view( 2, -1, 3