Package schrodinger :: Package application :: Package desmond :: Module stage :: Class ReplicaExchange
[hide private]
[frames] | no frames]

Class ReplicaExchange

         object --+            
                  |            
picklejar.Picklable --+        
                      |        
          cmj.StageBase --+    
                          |    
                   Simulate --+
                              |
                             ReplicaExchange

Nested Classes [hide private]

Inherited from cmj.StageBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, *arg, **kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_write_cfg(self, jobname, task, add_tag=config.tag_remd, tag="REMD", param=None)
 
hook_captured_successful_job(self, job)

Inherited from Simulate: crunch, restart_subjobs

Inherited from Simulate (private): _create_job, _get_model, _write_cms

Inherited from cmj.StageBase: __getstate__, __setstate__, capture, check_param, describe, determine, pack_stage, poststage, prestage, push, release

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from Simulate: check_cms_file

Class Variables [hide private]
  NAME = "replica_exchange"
  PARAM = cmj._create_param_when_needed([config.REMD, ...

Inherited from Simulate: DESMOND_CMD

Inherited from cmj.StageBase: count, stage_cls, stage_obj

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *arg, **kwarg)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

_write_cfg(self, jobname, task, add_tag=config.tag_remd, tag="REMD", param=None)

 
Overrides: Simulate._write_cfg

hook_captured_successful_job(self, job)

 
Overrides: cmj.StageBase.hook_captured_successful_job

Class Variable Details [hide private]

PARAM

Value:
cmj._create_param_when_needed([config.REMD, """
    DATA = {
    total_proc = ?
    }
    VALIDATE = {
    jlaunch_opt.black_list = ["!append!" "-exec" "-PROCS" "-in" "-c" "\
-overwrite" "-t"]
    total_proc = [
...