| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-22 | 927 Bytes | |
| v4.20.0 source code.tar.gz | 2026-09-22 | 45.3 MB | |
| v4.20.0 source code.zip | 2026-09-22 | 45.5 MB | |
| Totals: 3 Items | 90.9 MB | 1 | |
Features
- Helper for adding leading delays to programs with leading classical computation, including
cases with control flow. See
pyquil._qpu.add_leading_delay_to_first_pulse_block. (#1851) - Support for per-shot randomized compiling on the QPU control system. The top-level
pyquil._qpu.RandomizedCompilingConfigurationprovides methods for building the necessary classical instructions (build_quil_program), seed values (generate_seed_values), and memory map values (build_memory_map) to enable the method. It additionally provides methods for verifying final memory read off of the QPU for verification (verify_final_memory), along with tracking the randomizations shot by shot (track_pauli_frames). (#1851) - Support Quil shift operators. (#1851)