Package schrodinger :: Package application :: Package jaguar :: Module results :: Class FukuiIndices
[hide private]
[frames] | no frames]

Class FukuiIndices

object --+
         |
        FukuiIndices

A class to store Atomic Fukui indices.

Instance Methods [hide private]
 
__init__(self, homo_nn, homo_ns, homo_sn, homo_ss, lumo_nn, lumo_ns, lumo_sn, lumo_ss)
Initialization requires all N/S combinations for both the HOMO and the LUMO.
 
__eq__(self, other)
 
__ne__(self, other)
 
__repr__(self)
repr(x)

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

Class Variables [hide private]
  precision = 0.01
  _attrs = ('homo_nn', 'homo_ns', 'homo_sn', 'homo_ss', 'lumo_nn...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, homo_nn, homo_ns, homo_sn, homo_ss, lumo_nn, lumo_ns, lumo_sn, lumo_ss)
(Constructor)

 

Initialization requires all N/S combinations for both the HOMO and the LUMO.

Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details [hide private]

_attrs

Value:
('homo_nn',
 'homo_ns',
 'homo_sn',
 'homo_ss',
 'lumo_nn',
 'lumo_ns',
 'lumo_sn',
 'lumo_ss')