Qubit Transformations
qiskit.chemistry.transformations
Transformations for both Fermionic and Bosonic operators to qubit operators. Transformation includes specification of qubit mapping type for example, as well as other options. As part of the transformation of the main operator other, so called auxiliary operators, may be created to enable other properties of the result state with the main operator to also be evaluated, such as total spin for example.
Base Transformation
Transformation | Base class for transformation to qubit operators for chemistry problems |
Fermionic Transformation
FermionicTransformation | A transformation from a fermionic problem, represented by a driver, to a qubit operator. |
FermionicQubitMappingType | FermionicQubitMappingType enum |
FermionicTransformationType | Electronic Transformation Type enum |
Bosonic Transformation
BosonicTransformation | A vibronic Hamiltonian operator representing the energy of the nuclei in the molecule |
BosonicQubitMappingType | BosonicQubitMappingType enum |
BosonicTransformationType | BosonicTransformationType enum |
Was this page helpful?
Report a bug or request content on GitHub.