Package csb :: Package statistics :: Package samplers :: Package mc :: Class RENSTrajInfo
[frames] | no frames]

Class RENSTrajInfo

source code

object --+
         |
        RENSTrajInfo

Holds information necessary for calculating a RENS trajectory.

Instance Methods
 
__init__(self, param_info, init_state, protocol)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

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

Properties
  init_state
  param_info
  protocol

Inherited from object: __class__

Method Details

__init__(self, param_info, init_state, protocol)
(Constructor)

source code 

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

Parameters:
  • param_info (AbstractSwapParameterInfo) - ParameterInfo instance holding swap parameters
  • init_state (State) - state from which the trajectory is supposed to start
  • protocol (Real-valued function that maps [0, switching time] to [0, 1]) - Protocol to be used to generate nonequilibrium trajectories
Overrides: object.__init__
(inherited documentation)

Property Details

init_state

Get Method:
unreachable.init_state(self)

param_info

Get Method:
unreachable.param_info(self)

protocol

Get Method:
unreachable.protocol(self)