From 74e5c468b31dd02ac8fc3d6254183fa64fa0efce Mon Sep 17 00:00:00 2001 From: knc6 Date: Fri, 25 Oct 2024 16:30:20 -0400 Subject: [PATCH] Fix text for Zur. --- jarvis/core/lattice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/core/lattice.py b/jarvis/core/lattice.py index 03befb80..04da1e37 100644 --- a/jarvis/core/lattice.py +++ b/jarvis/core/lattice.py @@ -240,7 +240,7 @@ def reciprocal_lattice_crystallographic(self): return Lattice(self.reciprocal_lattice().matrix / (2 * np.pi)) def get_points_in_sphere( - self, frac_points, center, r, distance_vector=True + self, frac_points, center, r, distance_vector=False ): """ Find all points within a sphere from the point.