__init__(self,
edge,
ext_type,
master_checkpoint_fn,
ext_time_ps=None,
msj_fn=None,
checkpoint_fn=None,
prev_stage_tgz_fn=None,
total_proc=None,
maxjob=' 1 ' ,
jobname=None,
restart=False,
host=None,
subhost=None)
(Constructor)
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
- Parameters:
edge (Tuple containg strings i.e. (benzene, acetic_acid)) - This is a tuple which contains the two edges to be extended
ext_type - The simulation type "complex" or "solvent"
ext_type - string
- Overrides:
object.__init__
|