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

Class HybridType

 object --+    
          |    
GenericType --+
              |
             HybridType

Class to generate QE input XML section related to hybrid functional type.

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

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 = {'ecutvcut': 0.7, 'exxdiv_treatment': 'vcut_ws', 'q...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

 

Return XML from attributes.

Returns: str
XML string
Overrides: object.__str__

Class Variable Details [hide private]

DEFAULTS

Value:
{'ecutvcut': 0.7,
 'exxdiv_treatment': 'vcut_ws',
 'qpts_mesh': [1, 1, 1],
 'x_gamma_extrapolation': True}