Emulating Quantum Circuits#

In this section we cover how to get started with the fermioniq package, by sending a simple quantum circuit to the emulator. This can be seen in tutorial 1) Running a circuit.

In tutorial 2) Config & output settings we cover how to configure the input and output settings of the emulator. This concerns the input state to the emulator, and the type of output that is returned (count statistics for bitstrings, expectation values, etc).

In tutorial 3) Emulation settings the settings of the actual emulation is described. This involves explanations of the different emulation techniques (Statevector and DMRG) and how to configure them to suit your particular needs.

In tutorial 4) Choosing different backends the avalable backends (called remote_configs) are described, and how to choose between them.