Expand description
Fermionic operations and Jordan-Wigner transformations
This module provides support for fermionic operators and their mapping to qubit operators using the Jordan-Wigner transformation. This enables quantum simulation of fermionic systems such as molecules and condensed matter systems.
Structs§
- Bravyi
Kitaev - Bravyi-Kitaev transformation (alternative to Jordan-Wigner)
- Fermion
Hamiltonian - A sum of fermionic terms (second-quantized Hamiltonian)
- Fermion
Operator - A single fermionic operator acting on a specific mode
- Fermion
Term - A product of fermionic operators
- Jordan
Wigner - Jordan-Wigner transformation
- Qubit
Operator - A sum of qubit terms (Pauli strings)
- Qubit
Term - A term in a qubit operator (product of Pauli operators)
Enums§
- Fermion
Operator Type - Fermionic operator types
- Pauli
Operator - Pauli operator types
Functions§
- qubit_
operator_ to_ gates - Convert a QubitOperator to quantum gates