Package schrodinger :: Package application :: Package matsci :: Package espresso :: Module qeoutput :: Class WfcType
[hide private]
[frames] | no frames]

Class WfcType

object --+    
         |    
     tuple --+
             |
            WfcType

WfcType(atom_idx, atom_type, n_qn, l_qn, m_qn)

Instance Methods [hide private]
 
__getnewargs__(self)
Return self as a plain tuple.
 
__getstate__(self)
Exclude the OrderedDict from pickling
 
__repr__(self)
Return a nicely formatted representation string
 
_asdict(self)
Return a new OrderedDict which maps field names to their values
 
_replace(_self, **kwds)
Return a new WfcType object replacing specified fields with new values

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __rmul__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
_make(cls, iterable, new=<built-in method __new__ of type object at 0x7f5dc4792600>, len=<built-in function len>)
Make a new WfcType object from a sequence or iterable
Static Methods [hide private]
a new object with type S, a subtype of T
__new__(_cls, atom_idx, atom_type, n_qn, l_qn, m_qn)
Create new instance of WfcType(atom_idx, atom_type, n_qn, l_qn, m_qn)
Class Variables [hide private]
  _fields = ('atom_idx', 'atom_type', 'n_qn', 'l_qn', 'm_qn')
Properties [hide private]
  atom_idx
Alias for field number 0
  atom_type
Alias for field number 1
  l_qn
Alias for field number 3
  m_qn
Alias for field number 4
  n_qn
Alias for field number 2

Inherited from object: __class__

Method Details [hide private]

__getnewargs__(self)

 

Return self as a plain tuple. Used by copy and pickle.

Overrides: tuple.__getnewargs__

__new__(_cls, atom_idx, atom_type, n_qn, l_qn, m_qn)
Static Method

 

Create new instance of WfcType(atom_idx, atom_type, n_qn, l_qn, m_qn)

Returns: a new object with type S, a subtype of T
Overrides: object.__new__

__repr__(self)
(Representation operator)

 

Return a nicely formatted representation string

Overrides: object.__repr__

Property Details [hide private]

atom_idx

Alias for field number 0

Get Method:
<operator.itemgetter object at 0x7f5d9711d450>

atom_type

Alias for field number 1

Get Method:
<operator.itemgetter object at 0x7f5d9711d490>

l_qn

Alias for field number 3

Get Method:
<operator.itemgetter object at 0x7f5d9711d510>

m_qn

Alias for field number 4

Get Method:
<operator.itemgetter object at 0x7f5d9711d550>

n_qn

Alias for field number 2

Get Method:
<operator.itemgetter object at 0x7f5d9711d4d0>