mqt.bench.benchmarks.bmw_quark_copula

Copula circuit from the generative modeling application in QUARK framework. https://github.com/QUARK-framework/QUARK.

Module Contents

create_circuit(num_qubits: int, depth: int = 2) QuantumCircuit[source]

Returns a Qiskit circuit based on the copula circuit architecture from the QUARK framework.

Parameters:
  • num_qubits – Number of qubits of the returned quantum circuit. Must be divisible by 2.

  • depth – Depth of the returned quantum circuit.