scine_chemoton.gears.kinetic_modeling.atomization¶
Classes
|
Reference the energy to the single atom energies to calculate energies of formation. |
|
Energy references for a combination of electronic structure models. |
A place-holder for a MultiModelEnergyReferences object that can be used instead of None. |
|
|
Default energy zero point of the electronic structure method. |
- class scine_chemoton.gears.kinetic_modeling.atomization.AtomEnergyReference(model, manager, atom_energies=None)[source]¶
Reference the energy to the single atom energies to calculate energies of formation. You can calculate the energy of formation as energy - reference.get_reference_energy(structure_id).
- get_model()¶
Getter for the underlying model.
- model_matches(model)¶
Return true, if the electronic structure models match.
- class scine_chemoton.gears.kinetic_modeling.atomization.MultiModelEnergyReferences(references)[source]¶
Energy references for a combination of electronic structure models. The correct energy reference is determind on the fly for the given model. Energy references are only allowed once for every model.
- get_energy_reference(model)[source]¶
Getter for the electronic energy reference object with the given model.
- class scine_chemoton.gears.kinetic_modeling.atomization.PlaceHolderMultiModelEnergyReferences[source]¶
A place-holder for a MultiModelEnergyReferences object that can be used instead of None.
- get_energy_reference(_)[source]¶
Getter for the electronic energy reference object with the given model.
- Return type: