Trees | Indices | Help |
|
---|
|
The container for the molecular information.
The structural data object for this class is a container possessing a number of different arrays corresponding to different structural information. These objects include:
All arrays should be of equal length so that an atom index can retrieve all the corresponding data. Only the atom identification string is compulsory, all other arrays can contain None.
|
|||
|
|||
int |
|
||
str or None |
|
||
list of str |
|
||
list of str |
|
||
|
|||
|
|||
int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
int |
|
||
str, int |
|
||
|
|||
|
|
Find the atom index corresponding to the given atom number.
|
Try to determine the element from the PDB atom name.
|
Parse the Gaussian log record string and return an array of the corresponding atomic information. The format of the Gaussian log records is: __________________________________________________________________________________________ | | | | | Columns | Data type | Description | |_________|______________|_______________________________________________________________| | | | | | 1 | int | "Center Number" - the sequential atom number. | | 2 | int | "Atomic Number" - the atomic number. | | 3 | int | "Atomic Type" - the atomic type? | | 4 | float | X coordinate in Angstrom | | 5 | float | Y coordinate in Angstrom | | 6 | float | Z coordinate in Angstrom | |_________|______________|_______________________________________________________________|
|
Parse the XYZ record string and return an array of the corresponding atomic information. The format of the XYZ records is: __________________________________________________________________________________________ | | | | | | Columns | Data type | Field | Definition | |_________|______________|______________|________________________________________________| | | | | | | 1 | String | element | | | 2 | Real | x | Orthogonal coordinates for X in Angstroms | | 3 | Real | y | Orthogonal coordinates for Y in Angstroms | | 4 | Real | z | Orthogonal coordinates for Z in Angstroms | |_________|______________|______________|________________________________________________|
|
Method for adding an atom to the structural data object. This method will create the key-value pair for the given atom.
|
Method for connecting two atoms within the data structure object. This method will append index2 to the array at bonded[index1] and vice versa.
|
Method for generating a complete Structure_container object from the given Gaussian log records.
|
Method for generating a complete Structure_container object from the given PDB records.
|
Method for generating a complete Structure_container object from the given xyz records.
|
Recreate the MolContainer from the XML molecule node.
|
Return the number of the last residue.
|
Generator method for looping over the individual residues of the molecule.
|
Merge the contents of the given molecule container into here.
|
Create XML elements for the contents of this molecule container.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 28 15:37:54 2016 | http://epydoc.sourceforge.net |