qunicorn_core.core.transpiler.braket_transpiler module

class qunicorn_core.core.transpiler.braket_transpiler.BraketToQasm3

Bases: CircuitTranspiler

cost: ClassVar[int] = 2
source: ClassVar[str] = 'BRAKET'
target: ClassVar[str] = 'QASM3'
transpile_circuit(circuit: Any) str

Transpile the given circuit to the target format.

class qunicorn_core.core.transpiler.braket_transpiler.Qasm3ToBraket

Bases: CircuitTranspiler

cost: ClassVar[int] = 2
source: ClassVar[str] = 'QASM3'
target: ClassVar[str] = 'BRAKET'
transpile_circuit(circuit: Any) Circuit

Transpile the given circuit to the target format.