rigetti / pyquil

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

feat: Support job cancellation for QPUs, perform automatic retries on transient network failures. #1741

Closed MarquessV closed 4 months ago

MarquessV commented 4 months ago

Description

By updating qcs-sdk-python, we are also pulling in a change the pulls the calibration program from the new gRPC translation backend.

closes #1728

Checklist

github-actions[bot] commented 4 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7130 6257 88% 87% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
pyquil/api/_compiler.py 56% 🟢
pyquil/api/_qpu.py 65% 🟢
TOTAL 60% 🟢

updated for commit: 1a3cfd5 by action🐍