This class processes ARK keywords coming from a .st2 input file, it
turns the keywords into Analysis objects to be used by the backend. st2
files are generated by sim_event_analysis.py
|
|
| __init__(self,
csim,
trj_directory=None,
cfgfn=None) |
|
|
|
|
str(self,
ark_obj)
return string value of an ark obj. |
|
|
|
|
_get_atoms(self,
params,
count)
Returns atom lists of FIS atoms from ark_kw |
|
|
|
|
process_ark(self,
ark_kw)
Picks the correct function to process the keyword type |
|
|
|
|
|
|
|
_process_rog(self,
ark_kw)
Get analysis object for radius of gyration For these, we calculate
for all solute atoms (incl hydrogens) |
|
|
|
|
_process_distance(self,
ark_kw)
Get analysis object for desired distance |
|
|
|
|
_process_angle(self,
ark_kw)
Get analysis object for desired angle |
|
|
|
|
_process_torsion(self,
ark_kw)
Get analysis object for desired torsion |
|
|
|
|
_process_planar_angle(self,
ark_kw)
Get analysis object for desired planar angle |
|
|
|
|
|
|
|
| _process_rmsd(self,
ark_kw) |
|
|
|
|
| _process_rmsf(self,
ark_kw) |
|
|