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

Class InputType

object --+
         |
        InputType

Class to generate QE input XML section related to input.

Instance Methods [hide private]
 
__init__(self, data)
Initialize InputType object from the string.
str
__str__(self)
Return XML.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data)
(Constructor)

 

Initialize InputType object from the string.

Parameters:
  • str - String that contains XML to wrap
  • data (str)
Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

Return XML.

Returns: str
XML string
Overrides: object.__str__