This class generates master msj file that manages both solvent and
complex legs of the FEP simulation.
|
|
__init__(self,
jobname,
cd_params,
structure_fname,
force_field='OPLS_2005',
ensemble='NPT',
sim_time='5000',
rand_seed='2015',
complex_box_buffer_width=5.0,
trj_interval=24.0)
Valid FF : OPLS_2005 CHARMM AMBER |
|
|
|
|
|
|
|
|
|
|
|
|
|
| generate_subjob_msj(self,
fname,
buffer_width,
MSJ_TEMPLATE=None) |
|
|
|
|
| generate_master_msj(self) |
|
|
|
|
modify_multisim_stage(self,
raw)
Method modifies 'multisim' stage in the master msj file |
|
|
|
|
|
|
|
|
|
|
| set_lambda_hopping(self,
raw) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|