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

Class BasisType

 object --+    
          |    
GenericType --+
              |
             BasisType

Class to generate QE input XML section related to basis.

Instance Methods [hide private]
list
_validateGrid(self, grid)
Validate grid list
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 = {'ecutrho': 0.0, 'ecutwfc': 0.0, 'fft_grid': [], 'f...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_validateGrid(self, grid)

 

Validate grid list

Parameters:
  • grid (list) - List of integers describing a grid
Returns: list
List of integers describing a grid

__str__(self)
(Informal representation operator)

 

Return XML.

Returns: str
XML string
Overrides: object.__str__

Class Variable Details [hide private]

DEFAULTS

Value:
{'ecutrho': 0.0,
 'ecutwfc': 0.0,
 'fft_grid': [],
 'fft_smooth_grid': []}