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

Class RDCConstants

source code

object --+
         |
        RDCConstants

Spyder-generated class

module haddock

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

Description

Definition of Residual Dipolar Couplings constants

Wiki

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

Validate block

>>>            
if choice != None: assert choice in ("NO", "SANI", "VANGLE")               
>>>

Form block

>>>            
OPTION choice "NO", "SANI", "VANGLE"
choice RDC type
OPTIONTITLE choice NO, SANI, VEAN
r R
d D    
constants SANI energy constants
SUPERHEADER ini_bor VEAN energy constants
SUPERHEADER fin_bor VEAN energy constants
SUPERHEADER ini_cen VEAN energy constants
SUPERHEADER fin_cen VEAN energy constants    
ini_bor ini_bor energy constants per stage
fin_bor fin_bor energy constants per stage
ini_cen ini_cen energy constants per stage
fin_cen fin_cen 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]
String choice
Float r
Float d
ExtStageConstants constants
StageConstants ini_bor = [1, 10, 40, 40]
StageConstants fin_bor = [10, 10, 40, 40]
StageConstants ini_cen = [0.25, 2.5, 10, 10]
StageConstants fin_cen = [2.5, 10, 10, 10]
Properties [hide private]

Inherited from object: __class__