Transpile
Convert quantum circuit code between frameworks.
Supports Qiskit, Cirq, PennyLane, Braket, PyQuil, CUDA-Q, and OpenQASM. Provide source code in any supported framework and specify the target framework to receive the equivalent circuit code.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
source_code
Quantum circuit code in any supported framework
target
Target framework: qiskit, cirq, pennylane, braket, pyquil, cudaq, openqasm
Response
Successful Response
success
source_framework
target_framework
converted_code
intermediate_qasm
qasm_version
warnings
gate_count
qubit_count
Errors
422
Unprocessable Entity Error