Trees | Indices | Help |
|
---|
|
object --+ | coordinates.CoordinateData --+ | ScanCoordinateData
This class stores all data for a single scan coordinate.
|
|||
|
|||
float |
|
||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
dict |
COORDINATE_FUNCS =
dictionary that maps coordinate type to mmct function uses to calculate coordinate value. |
||
COORDINATE_DISTANCE_OFFSET = 0.2
|
|||
COORDINATE_DISTANCE_INCREMENT = 0.1
|
|||
COORDINATE_ANGLE_OFFSET = 20.0
|
|||
COORDINATE_ANGLE_INCREMENT = 5.0
|
|||
Inherited from |
|
|||
list |
atom_indices indices of atoms, which define this coordinate |
||
str |
coordinate_name name of this coordinate based on atom indices |
||
int |
coordinate_type coordinate type |
||
float |
current_value current value of this coordinate |
||
float |
final_value final coordinate value |
||
float |
increment increment value |
||
int |
num_steps number of steps |
||
schrodinger.structure.Structure |
st ct structure for which coordinates are defined |
||
float |
start_value starting coordinate value |
|
|||
|
Initialize coordinates data given a structure, set of atom indices and coordinate type.
|
This function return the current value of coordinate.
|
This function sets number of steps between start and final values. Use the same equation that mmjag's scan.c uses. |
|
COORDINATE_FUNCSdictionary that maps coordinate type to mmct function uses to calculate coordinate value.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 05:42:01 2016 | http://epydoc.sourceforge.net |