qiskit.chemistry.algorithms.pes_samplers.EnergySurface1DSpline.get_trust_region¶
-
EnergySurface1DSpline.
get_trust_region
()[source]¶ Get the trust region.
Returns the bounds of the region (in space) where the energy surface implementation can be trusted. When doing spline interpolation, for example, that would be the region where data is interpolated (vs. extrapolated) from the arguments of fit().
- Return type
Tuple
[float
,float
]- Returns
The trust region between bounds.