Skip to content

Commit 79e7b5f

Browse files
increase cov radii cutoff for connectivity
1 parent 10944d0 commit 79e7b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catkit/gen/utils/connectivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_voronoi_neighbors(atoms, cutoff=5.0, return_distances=False):
8181
return connectivity.astype(int), pair_distances
8282

8383

84-
def get_cutoff_neighbors(atoms, cutoff=None, scale_cov_radii=1, atol=1e-8):
84+
def get_cutoff_neighbors(atoms, cutoff=None, scale_cov_radii=1.2, atol=1e-8):
8585
"""Return the connectivity matrix from a simple radial cutoff.
8686
Multi-bonding occurs through periodic boundary conditions.
8787

0 commit comments

Comments
 (0)