qiskit.chemistry.algorithms.pes_samplers.EnergySurfaceBase.get_minimal_energy¶
-
abstract
EnergySurfaceBase.
get_minimal_energy
(scaling=1.0)[source]¶ Get the minimal energy.
Returns the value of the minimal energy (scaled by ‘scaling’) Default units (scaling=1.0) are J/mol. Scale appropriately for Hartrees.
- Parameters
scaling (
float
) – scaling factor- Return type
float
- Returns
minimum energy