Module fermionic

Source
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§

BravyiKitaev
Bravyi-Kitaev transformation (alternative to Jordan-Wigner)
FermionHamiltonian
A sum of fermionic terms (second-quantized Hamiltonian)
FermionOperator
A single fermionic operator acting on a specific mode
FermionTerm
A product of fermionic operators
JordanWigner
Jordan-Wigner transformation
QubitOperator
A sum of qubit terms (Pauli strings)
QubitTerm
A term in a qubit operator (product of Pauli operators)

Enums§

FermionOperatorType
Fermionic operator types
PauliOperator
Pauli operator types

Functions§

qubit_operator_to_gates
Convert a QubitOperator to quantum gates