Documentation Index
Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install theqiskit extra:
Example Usage
Convert a QiskitQuantumCircuit to QIR:
Transpilation
If your circuit contains gates not directly supported by QIR, you can settranspile=True to automatically decompose them into the supported basis gate set before conversion:
Supported Operations
| Category | Gates |
|---|---|
| Single-qubit | h, x, y, z, s, sdg, t, tdg, id, reset |
| Rotations | rx, ry, rz |
| Two-qubit | cx, cz, swap |
| Three-qubit | ccx |
| Measurement | measure |
| Other | barrier, delay |
