Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Feb 22, 2024

Conversation

MarquessV
Copy link
Contributor

@MarquessV MarquessV commented Feb 21, 2024

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

  • The PR targets the master branch
  • The above description motivates these changes.
  • The change is atomic and can be described by a single commit (your PR will be squashed on merge).
  • All changes to code are covered via unit tests.
  • Parameters and return values have type hints with PEP 484 syntax.
  • Functions and classes have useful Sphinx-style docstrings.
  • (New Feature) The docs have been updated accordingly.

@MarquessV MarquessV linked an issue Feb 21, 2024 that may be closed by this pull request
@MarquessV MarquessV changed the title feat: Support job cancellation for QPUs feat: Support job cancellation for QPUs, perform automatic retries on transient network failures. Feb 21, 2024
Copy link

github-actions bot commented Feb 21, 2024

☂️ 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🐍

@MarquessV MarquessV marked this pull request as ready for review February 21, 2024 18:26
@MarquessV MarquessV requested a review from a team as a code owner February 21, 2024 18:26
docs/source/the_quantum_computer.rst Outdated Show resolved Hide resolved
@MarquessV MarquessV merged commit 1dfe39e into master Feb 22, 2024
22 checks passed
@MarquessV MarquessV deleted the 1728-support-job-cancellation-1 branch February 22, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support job cancellation
2 participants