Author: | Maxim Fedorovsky |
---|
Class for describing atoms.
An atom can be a part of a bond.
Initializer of the class.
Parameters: |
|
---|
Class for describing bonds.
A bond is made up of two atoms and can be a part of a molecule.
Initializer of the class.
Parameters: |
|
---|
Class for describing molecules.
A molecule consists of atoms and bonds. The bonds can be automatically generated from the cartesian coordinates of the atoms.
The properties below are set if the normal modes are available (tr/rot stands for translations/rotations):
the properties below are set if the normal modes are available:
Initializer of the class.
Positional arguments: parser – parser object
Keyword arguments are used if the parser object is not supplied.
Angle in grad between atoms.
Positional arguments: :param i1: one-based index of the first atom :param i2: one-based index of the second atom :param i3: one-based index of the third atom
Dihedral angle in grad between atoms.
Parameters: |
|
---|
Distance between two atoms.
Parameters: |
|
---|
Return the coordinates of the mass center.
Parameter: | atom_list – list of atoms, if None use all atoms |
---|
Create a dictionary for a molecule to be pickled.
Parameter: | mol (Molecule) – molecule |
---|
Perform a geometrical transformation.
Parameters: |
|
---|
The coordinates are assumed to be given in angstrom.
Modify the masses of atoms.
Parameter: | data_pairs – information about the atoms (null-based ndarray) shape: (Natoms_to_modify, 2) atom numbers are one-based |
---|
Class for describing clusters.
A cluster is considered to be a molecule which can be divided into several parts in a reasonable way. An example might be a dimer or a polypeptide.
Initializer of the class.
Parameters: |
|
---|