Remove unnecessary lines after spglib v2

This commit is contained in:
Atsushi Togo 2024-05-20 15:05:11 +02:00
parent 61229705ae
commit 2cf89768e2
1 changed files with 0 additions and 3 deletions

View File

@ -89,9 +89,6 @@ class Symmetry:
self._map_operations = None
magmom = cell.magnetic_moments
if isinstance(magmom, np.ndarray):
if (magmom < symprec).all():
magmom = None
if not is_symmetry:
self._set_nosym(s2p_map)