qunicorn_core.core.transpiler.qrisp_transpiler module

class qunicorn_core.core.transpiler.qrisp_transpiler.QiskitToQrisp

Bases: CircuitTranspiler

cost: ClassVar[int] = 1
source: ClassVar[str] = 'QISKIT'
target: ClassVar[str] = 'QRISP'
transpile_circuit(circuit: Any) QuantumCircuit

Transpile the given circuit to the target format.

class qunicorn_core.core.transpiler.qrisp_transpiler.QrispToQiskit

Bases: CircuitTranspiler

cost: ClassVar[int] = 1
source: ClassVar[str] = 'QRISP'
target: ClassVar[str] = 'QISKIT'
transpile_circuit(circuit: Any) QuantumCircuit

Transpile the given circuit to the target format.