Overview¶
This page summarizes the guides that are available in addition to the extensive API documentation of this package.
Note
These guides might refer to specific Python modules when explaining core concepts. Unless otherwise stated, the C API provides matching functionality, although it is not structured into modules. However, the function names correspond naturally and should be easy to navigate.
Operators and their structure¶
Fermionic operators can be represented in different forms and you can map between these forms as well as qubit operators using different mappers. Start here if you are building a Hamiltonian.
Fermionic circuits¶
You can express circuits directly on the fermionic level rather than mapping to qubits first.
Circuit examples¶
These guides provide you with concrete examples for different specific use cases:
Chemistry¶
Lattice models¶
Transpiling fermionic circuits¶
Guides explaining how a FermionicCircuit becomes a QuantumCircuit.