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:
alias of |
|
alias of |
|
A type alias equivalent to Qiskit's |
For actually expressing your circuits, you should use the FermionicCircuit class along with
the library of FermionicGate implementations.
A wrapper around |
|
The base class for all fermionic gates. |