Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.chemistry.results.BOPESSamplerResult

class BOPESSamplerResult(points, energies, raw_results)[소스]

The BOPES Sampler result

Creates an new instance of the result. :type points: List[float] :param points: List of points. :type energies: List[float] :param energies: List of energies. :type raw_results: Dict[float, EigenstateResult] :param raw_results: Raw results obtained from the solver.

__init__(points, energies, raw_results)[소스]

Creates an new instance of the result. :type points: List[float] :param points: List of points. :type energies: List[float] :param energies: List of energies. :type raw_results: Dict[float, EigenstateResult] :param raw_results: Raw results obtained from the solver.

Methods

__init__(points, energies, raw_results)

Creates an new instance of the result.

point_results(point)

returns all results for a specific point.

Attributes

energies

returns list of energies.

points

returns list of points.

raw_results

returns all results for all points.

property energies

returns list of energies.

반환 형식

List[float]

point_results(point)[소스]

returns all results for a specific point.

반환 형식

EigenstateResult

property points

returns list of points.

반환 형식

List[float]

property raw_results

returns all results for all points.

반환 형식

Dict[float, EigenstateResult]