Package schrodinger :: Package application :: Package matsci :: Package espresso :: Module qeinput :: Class NEBPathType
[hide private]
[frames] | no frames]

Class NEBPathType

 object --+    
          |    
GenericType --+
              |
             NEBPathType

Class to generate QE input XML section related to the NEB path.

Instance Methods [hide private]
 
_validate(self)
Validate attributes.
str
__str__(self)
Return XML.

Inherited from GenericType: __init__, updateWithData

Inherited from GenericType (private): _cleanData

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

Class Variables [hide private]
  DEFAULTS = {'climbing_image': 'no-CI', 'nimages': 4, 'nsteps':...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_validate(self)

 

Validate attributes.

Raises:
  • ValueError - If attributes have invalid values

__str__(self)
(Informal representation operator)

 

Return XML.

Returns: str
XML string
Overrides: object.__str__

Class Variable Details [hide private]

DEFAULTS

Value:
{'climbing_image': 'no-CI',
 'nimages': 4,
 'nsteps': 50,
 'optimization_scheme': 'broyden',
 'string_method': 'neb',
 'use_masses': False}