microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
source/pip/tests/circuit.qsc
34lines · modecode
| 1 | { |
| 2 | "version": 1, |
| 3 | "circuits": [ |
| 4 | { |
| 5 | "qubits": [ |
| 6 | { |
| 7 | "id": 0, |
| 8 | "numResults": 1 |
| 9 | } |
| 10 | ], |
| 11 | "componentGrid": [ |
| 12 | { |
| 13 | "components": [ |
| 14 | { |
| 15 | "kind": "measurement", |
| 16 | "gate": "Measure", |
| 17 | "qubits": [ |
| 18 | { |
| 19 | "qubit": 0 |
| 20 | } |
| 21 | ], |
| 22 | "results": [ |
| 23 | { |
| 24 | "qubit": 0, |
| 25 | "result": 0 |
| 26 | } |
| 27 | ] |
| 28 | } |
| 29 | ] |
| 30 | } |
| 31 | ] |
| 32 | } |
| 33 | ] |
| 34 | } |
| 35 | |