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