Circuit RepresentationΒΆ

With this module you can build QuantumCircuit objects that are interpreted as acting on fermionic modes rather than qubits.

The following objects are simple type aliases to make this re-interpretation more clear:

FermionicMode

alias of Qubit

FermionicRegister

alias of QuantumRegister

FermionicSpecifier

A type alias equivalent to Qiskit's QubitSpecifier but for fermionic modes.

For actually expressing your circuits, you should use the FermionicCircuit class along with the library of FermionicGate implementations.

FermionicCircuit

A wrapper around QuantumCircuit for expressing fermionic circuits.

FermionicGate

The base class for all fermionic gates.