qiskit-documentation/docs/api/qiskit/0.27/qiskit.chemistry.results.mdx

30 lines
1.6 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: results
description: API reference for qiskit.chemistry.results
in_page_toc_min_heading_level: 2
python_api_type: module
python_api_name: qiskit.chemistry.results
---
<span id="module-qiskit.chemistry.results" />
<span id="qiskit-chemistry-results" />
# Chemistry Results
<span id="module-qiskit.chemistry.results" />
`qiskit.chemistry.results`
Qiskits chemistry results for ground and excited states, both Fermionic and Bosonic. Algorithms may extend these to provide algorithm specific aspects in their result.
# Results
| | |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| [`EigenstateResult`](qiskit.chemistry.results.EigenstateResult "qiskit.chemistry.results.EigenstateResult") | The eigenstate result interface. |
| [`BOPESSamplerResult`](qiskit.chemistry.results.BOPESSamplerResult "qiskit.chemistry.results.BOPESSamplerResult") | The BOPES Sampler result |
| [`ElectronicStructureResult`](qiskit.chemistry.results.ElectronicStructureResult "qiskit.chemistry.results.ElectronicStructureResult") | The electronic structure result. |
| [`VibronicStructureResult`](qiskit.chemistry.results.VibronicStructureResult "qiskit.chemistry.results.VibronicStructureResult") | The vibronic structure result. |