Skip to content

Commit

Permalink
(docs) improved ward2ks2022 conversion description
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Mar 18, 2024
1 parent ba1755b commit ef21f56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,11 @@ def destroy(self) -> None:
# ************************ SATELLITE FUNCTIONS ************************

def ward2ks2022(ward2017: np.ndarray) -> np.ndarray:
"""Converts a ``Ward2017`` descriptor to a ``KS2022`` descriptor (which is its subset).
"""Converts a ``Ward2017`` descriptor to a ``KS2022`` descriptor (which is its subset). It removes: `mean_WCMagnitude_Shell1`, `mean_WCMagnitude_Shell2`,
`mean_WCMagnitude_Shell3`, `mean_NeighDiff_shell1_SpaceGroupNumber`, `var_NeighDiff_shell1_SpaceGroupNumber`, `min_NeighDiff_shell1_SpaceGroupNumber`,
`max_NeighDiff_shell1_SpaceGroupNumber`, `range_NeighDiff_shell1_SpaceGroupNumber`, `mean_SpaceGroupNumber`, `maxdiff_SpaceGroupNumber`,
`dev_SpaceGroupNumber`, `max_SpaceGroupNumber`, `min_SpaceGroupNumber`, `most_SpaceGroupNumber`, and `CanFormIonic`, for physicality and performance
improvements.
Args:
ward2017: ``Ward2017`` descriptor. Must be a 1D ``np.ndarray`` of length ``271``.
Expand Down

0 comments on commit ef21f56

Please sign in to comment.