MHMOPiChargeCalculator.
More...
◆ __init__() [1/2]
Initializes the MHMOPiChargeCalculator instance.
- Parameters
-
◆ __init__() [2/2]
Initializes the MHMOPiChargeCalculator instance.
- Parameters
-
◆ getObjectID()
int CDPL.MolProp.MHMOPiChargeCalculator.getObjectID |
( |
| ) |
|
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python MHMOPiChargeCalculator instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b
thus cannot tell reliably whether the two MHMOPiChargeCalculator instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID()
.
- Returns
- The numeric ID of the internally referenced C++ class instance.
◆ localizedPiBonds() [1/2]
None CDPL.MolProp.MHMOPiChargeCalculator.localizedPiBonds |
( |
bool |
localized | ) |
|
◆ localizedPiBonds() [2/2]
bool CDPL.MolProp.MHMOPiChargeCalculator.localizedPiBonds |
( |
| ) |
|
◆ calculate() [1/2]
◆ calculate() [2/2]
◆ getElectronDensity()
float CDPL.MolProp.MHMOPiChargeCalculator.getElectronDensity |
( |
int |
atom_idx | ) |
|
◆ getCharge()
float CDPL.MolProp.MHMOPiChargeCalculator.getCharge |
( |
int |
atom_idx | ) |
|
◆ getBondOrder()
float CDPL.MolProp.MHMOPiChargeCalculator.getBondOrder |
( |
int |
bond_idx | ) |
|
◆ getEnergy()
float CDPL.MolProp.MHMOPiChargeCalculator.getEnergy |
( |
| ) |
|