qiskit.chemistry.algorithms.pes_samplers.PotentialBase.eval¶ abstract PotentialBase.eval(x)¶ 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