qiskit.chemistry.algorithms.pes_samplers.EnergySurface1DSpline.eval¶ EnergySurface1DSpline.eval(x)[source]¶ After fitting the data to the fit function, predict the energy at a point x. Parameters x (float) – Value to be evaluated Return type float Returns Value of surface fit in point x.