Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Chemistry Core

qiskit.chemistry.core

DEPRECATED See qiskit.chemistry.transformations which replace this.

The core was designed to be an extensible system that took a QMolecule and created output which was ready to be input directly to an Aqua algorithm in the form of a qubit operator and list of auxiliary operators such as dipole moments, spin, number of particles etc.

The one implementation here, Hamiltonian, in essence wraps the FermionicOperator to provide easier, convenient access to common capabilities such that the FermionicOperator class need not be used directly.

Core Base Class

ChemistryOperatorBase class for ChemistryOperator.
MolecularChemistryResultMolecular chemistry Result
MolecularGroundStateResultMolecular Ground State Energy Result.
MolecularExcitedStatesResultMolecular Excited States Result

Core

HamiltonianA molecular Hamiltonian operator, representing the energy of the electrons and nuclei in a molecule.
TransformationTypeTransformation Type enum
QubitMappingTypeQubitMappingType enum
Was this page helpful?
Report a bug or request content on GitHub.