File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ def hungarian_vectors(
824824) -> ndarray :
825825 """
826826
827- Hungarian cost assignment of a similiarty molecule kernel.
827+ Hungarian cost assignment of a similarity molecule kernel.
828828
829829 Note: Assumes p and q are atoms of same type
830830
@@ -1046,7 +1046,7 @@ def reorder_inertia_hungarian(
10461046 ** kwargs : Any ,
10471047) -> ndarray :
10481048 """
1049- First, align structures with the intertia moment eignvectors , then using
1049+ First, align structures with the inertia moment eigenvectors , then using
10501050 distance hungarian, assign the best possible atom pair combinations. While
10511051 also checking all possible reflections of intertia moments, selecting the
10521052 one with minimal RMSD.
@@ -1370,7 +1370,7 @@ def get_cm(atoms: ndarray, V: ndarray) -> ndarray:
13701370
13711371def get_inertia_tensor (atoms : ndarray , coord : ndarray ) -> ndarray :
13721372 """
1373- Get the tensor of intertia of V.
1373+ Get the tensor of inertia of V.
13741374 ----------
13751375 atoms : list
13761376 List of atomic types
You can’t perform that action at this time.
0 commit comments