Home | Trees | Indices | Help |
---|
|
|
|||
OrbitalEnergyComparator Comparator object for Orbitals. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
energyCalc = FreeEnergyNoResonance()
|
|||
molBoltzmannWeight = MolBoltzmannProbabilityWeight(energyCalc,
|
|
Return a list of all of the occupied molecular orbitals in the molecule, ordered (ascending) by their relative energies. The highest occupied MO should be the last one in the list. resonanceWeightFunction - If not None, will average (weighted by the supplied function) across all resonance structures to find the HOMO. If None, will only consider the input structure, without considering resonance structures |
Return a list of all of the UNoccupied molecular orbitals in the molecule, ordered (ascending) by their relative energies. The lowest unoccupied MO should be the first one in the list. resonanceWeightFunction - If not None, will average (weighted by the supplied function) across all resonance structures to find the HOMO. If None, will only consider the input structure, without considering resonance structures |
Return a reference to the Lowest Unoccupied Molecular Orbital, essentially the most electrophilic electron orbital. resonanceWeightFunction - If not None, will average (weighted by the supplied function) across all resonance structures to find the LUMO. If None, will only consider the input structure, without considering resonance structures |
Return a dictionary keyed by the molecule's atom indexes. Each item is a list of orbitals matching the respective atom. Each orbital should have its score value set based on the ranking established by the orbitalComparator. Includes enumeration of the different resonance structures of the molecule and average the ranking score across all. resonanceWeightFunction - If not None, will average (weighted by the supplied function) across all resonance structures to find the LUMO. If None, will only consider the input structure, without considering resonance structures |
|
molBoltzmannWeight
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:21 2007 | http://epydoc.sourceforge.net |