Module Spyder :: Class ExtStageConstants
[hide private]
[frames] | no frames]

Class ExtStageConstants

source code

object --+
         |
        ExtStageConstants

Spyder-generated class

module haddock

file /home/sjoerd/data/Spyder-devel/haddock/parameter.spy

Description

Energy constants refinement stage, plus the first and last stage they are in effect

Wiki

http://www.spyderware.nl/wiki/classes/ExtStageConstants

Validate block

>>>            
assert firstit <= lastit
assert firstit >= 0 and lastit <= 2               
>>>

Form block

>>>            
HEADER firstit Iterations:
HEADER firstit 0: Rigid body EM (it0)
HEADER firstit 1: Semi-flexible SA (it1)
HEADER firstit 2: Water refinement
firstit First iteration (0-2)
lastit Last iteration (0-2)
stages Energy constants per stage                
>>>
Instance Methods [hide private]

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

Instance Variables [hide private]
Integer firstit
Integer lastit
StageConstants stages
Properties [hide private]

Inherited from object: __class__