| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-18 | 743 Bytes | |
| v4.19.0 source code.tar.gz | 2026-09-18 | 45.3 MB | |
| v4.19.0 source code.zip | 2026-09-18 | 45.4 MB | |
| Totals: 3 Items | 90.7 MB | 0 | |
Features
- Experimental exact simulators built on
rigetti-quax:PureStateVectorSimulatorandDensityMatrixSimulatorinpyquil.simulation._simulator. They evolve a program exactly under JAX, so they arejit-compatible and differentiable with respect to gate parameters, and they accept aNoiseModel. The API is not yet stable; see the architecture guide. (#1855) - A gate angle may be any Quil arithmetic expression over declared memory, so the parametric
programs
quilcemits --RX(theta[0]/2 + pi) 0-- simulate without rewriting. (#1869)