Home
last modified time | relevance | path

Searched refs:_get_rmsd_heuristic_helper_func (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-scoria/scoria-1.0.5/scoria/
H A DOtherMolecules.py452 rmsd1 = self._get_rmsd_heuristic_helper_func(self_atom_grps, other_atom_grps)
453 rmsd2 = self._get_rmsd_heuristic_helper_func(other_atom_grps, self_atom_grps)
457 def _get_rmsd_heuristic_helper_func(self, atom_grp1, atom_grp2): member in OtherMolecules