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