rigetti / pyquil

A Python library for quantum programming using Quil.
http://docs.rigetti.com
Apache License 2.0
1.4k stars 342 forks source link

fix: Program#out(calibrations=False) will not expand calibrations #1758

Closed MarquessV closed 5 months ago

MarquessV commented 6 months ago

Description

closes #1704

Checklist

github-actions[bot] commented 6 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7167 6312 88% 87% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
pyquil/api/_wavefunction_simulator.py 81% 🟢
pyquil/quil.py 84% 🟢
TOTAL 82% 🟢

updated for commit: ea69d66 by action🐍