quil-rs 0.36.0

Rust tooling for Quil (Quantum Instruction Language)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: quil-rs/src/program/calibration.rs
expression: calibrated_program.to_quil_or_debug()
---
DEFCAL MEASURE q:
	PRAGMA INCORRECT_RECORD_VS_EFFECT

DEFCAL MEASURE b addr:
	PRAGMA INCORRECT_ORDER

DEFCAL MEASURE q addr:
	PRAGMA CORRECT

PRAGMA CORRECT