implicit_solvent_ddm.restraint_helper¶
Helper functions used to construct conformational and orientational restraints.
Functions
|
Function is one of two options to calculate dihedral angles |
|
Efficiently find all atom pairs within a given cutoff using cKDTree. |
|
Function calcualtes the distance between two points |
|
Returns a boolean whether the atoms pairs are within 6 angstroms |
|
Function calculates the angle created by two lines connectin 3 points, where point_b is the vertex. |
|
Compute normal distance between 3 atom positions |
|
Find heavy atoms that are covalently bonded to another heavy atom (i.e. NOT hydrogens) Iterate through list of parmed Atom descriptions and return a list of boolean expression whether the atom has more than one heavy atom bounded to it. parmed_traj_bonds: list[parmed.topologyobjects.Atom] AtomList instances. |
|
This function combs a molecule object (num_atoms) to find the atom closest to the coordinates at (com). |
|
Finds the shortest distance between host and guest atoms. |