63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
---
|
|
title: BOPESSamplerResult
|
|
description: API reference for qiskit.chemistry.results.BOPESSamplerResult
|
|
in_page_toc_min_heading_level: 1
|
|
python_api_type: class
|
|
python_api_name: qiskit.chemistry.results.BOPESSamplerResult
|
|
---
|
|
|
|
# BOPESSamplerResult
|
|
|
|
<Class id="qiskit.chemistry.results.BOPESSamplerResult" isDedicatedPage={true} github="https://github.com/qiskit-community/qiskit-aqua/tree/stable/0.9/qiskit/chemistry/results/bopes_sampler_result.py" signature="BOPESSamplerResult(points, energies, raw_results)" modifiers="class">
|
|
Bases: `object`
|
|
|
|
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.
|
|
|
|
## Methods
|
|
|
|
### point\_results
|
|
|
|
<Function id="qiskit.chemistry.results.BOPESSamplerResult.point_results" signature="BOPESSamplerResult.point_results(point)">
|
|
returns all results for a specific point.
|
|
|
|
**Return type**
|
|
|
|
`EigenstateResult`
|
|
</Function>
|
|
|
|
## Attributes
|
|
|
|
### energies
|
|
|
|
<Attribute id="qiskit.chemistry.results.BOPESSamplerResult.energies">
|
|
returns list of energies.
|
|
|
|
**Return type**
|
|
|
|
`List`\[`float`]
|
|
</Attribute>
|
|
|
|
### points
|
|
|
|
<Attribute id="qiskit.chemistry.results.BOPESSamplerResult.points">
|
|
returns list of points.
|
|
|
|
**Return type**
|
|
|
|
`List`\[`float`]
|
|
</Attribute>
|
|
|
|
### raw\_results
|
|
|
|
<Attribute id="qiskit.chemistry.results.BOPESSamplerResult.raw_results">
|
|
returns all results for all points.
|
|
|
|
**Return type**
|
|
|
|
`Dict`\[`float`, `EigenstateResult`]
|
|
</Attribute>
|
|
</Class>
|
|
|