From b852f5f01cb1919016dff1a1163bea4fc10f75b8 Mon Sep 17 00:00:00 2001 From: Zan <34877753+gitlzzz@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:54:02 -0800 Subject: [PATCH] Rename method get_pointgroup to get_point_group A bug in defining the function's name, it is only used as get_point_group in surface.py https://github.com/SUNCAT-Center/CatKit/blob/38ca0c8dc87c4be67b34e03a74e57ad29c85b902/catkit/gen/surface.py#L537 --- catkit/gen/symmetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catkit/gen/symmetry.py b/catkit/gen/symmetry.py index 4642abaa..f1106eee 100644 --- a/catkit/gen/symmetry.py +++ b/catkit/gen/symmetry.py @@ -104,7 +104,7 @@ def get_symmetry_operations(self, affine=True): return rotations, translations - def get_pointgroup(self, check_laue=False): + def get_point_group(self, check_laue=False): """Return the point group operations of a systems. Parameters