Chemical Data Processing Library Python API - Version 1.1.1
|
A generic wrapper class used to store a user-defined MMFF94 partial atom charge function. More...
Public Member Functions | |
None | __init__ () |
Initializes the MMFF94AtomChargeFunction instance. | |
None | __init__ (MMFF94AtomChargeFunction func) |
Initializes a copy of the MMFF94AtomChargeFunction instance func. More... | |
None | __init__ (object callable) |
Initializes the MMFF94AtomChargeFunction instance. More... | |
float | __call__ (Chem.Atom arg1) |
bool | __bool__ () |
bool | __nonzero__ () |
A generic wrapper class used to store a user-defined MMFF94 partial atom charge function.
None CDPL.ForceField.MMFF94AtomChargeFunction.__init__ | ( | MMFF94AtomChargeFunction | func | ) |
Initializes a copy of the MMFF94AtomChargeFunction instance func.
func | The MMFF94AtomChargeFunction instance to copy. |
None CDPL.ForceField.MMFF94AtomChargeFunction.__init__ | ( | object | callable | ) |
Initializes the MMFF94AtomChargeFunction instance.
callable |
float CDPL.ForceField.MMFF94AtomChargeFunction.__call__ | ( | Chem.Atom | arg1 | ) |
arg1 |
bool CDPL.ForceField.MMFF94AtomChargeFunction.__bool__ | ( | ) |
bool CDPL.ForceField.MMFF94AtomChargeFunction.__nonzero__ | ( | ) |