Unitary Simulator#

The UnitarySimulator takes a given quantum circuits and combines the individual gates/operations into one unitary.

Usage in Python#

Available backend in the provider DDSIMProvider:

  • unitary_simulator to combine the gates/operations in the circuit into one unitary.

Usage as Standalone Executable#

Warning

The unitary simulator is not exposed as standalone executable.