Class that handles UPF parsing.
|
__init__(self,
path)
Initialize UPFParser. |
|
|
str
|
_parseUPF2Prop(self,
line)
Get value of the property from line of a UPF2 file. |
|
|
|
_parseUPF2(self,
upf_fh)
Parse UPF version 2 file and set related attributes. |
|
|
str
|
_parseUPFProp(self,
line)
Get value of the property from line of a UPF file. |
|
|
|
_parseUPF(self,
upf_fh)
Parse UPF version 1 file and set related attributes. |
|
|
str
|
_checkElement(self,
element)
Check that element is known by mm infrastructure. |
|
|
str
|
_checkType(self,
pp_type)
Check that pseudopotential type is known by our infrastructure. |
|
|
bool
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|