Transpilation
Convert quantum circuits between frameworks and representations.
Coda can convert quantum circuit code between different frameworks and output formats.
The transpilation endpoint converts source code written in any of these frameworks to any other:
The dedicated OpenQASM 3.0 endpoint converts Qiskit circuits to the OpenQASM 3.0 standard:
POST /transpile: convert between quantum frameworksPOST /to-openqasm3: convert to OpenQASM 3.0See the Coda API Reference for full request and response schemas.