Chemistry Core (qiskit.chemistry.core
)¶
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¶
Base class for ChemistryOperator. |
|
Molecular chemistry Result |
|
Molecular Ground State Energy Result. |
|
Molecular Excited States Result |
Core¶
A molecular Hamiltonian operator, representing the energy of the electrons and nuclei in a molecule. |
|
Transformation Type enum |
|
QubitMappingType enum |