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: Add Program#control_flow_graph() method #1770

Conversation

MarquessV
Copy link
Contributor

@MarquessV MarquessV commented Apr 17, 2024

Description

closes #1761

Needs rigetti/quil-rs#359 to be merged and deployed before for the code in this PR to work in CI.

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 marked this pull request as ready for review April 18, 2024 17:27
@MarquessV MarquessV requested a review from a team as a code owner April 18, 2024 17:27
Copy link

github-actions bot commented Apr 18, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7251 6396 88% 87% 🟢

New Files

File Coverage Status
pyquil/control_flow_graph.py 100% 🟢
TOTAL 100% 🟢

Modified Files

File Coverage Status
pyquil/quil.py 84% 🟢
TOTAL 84% 🟢

updated for commit: 5eb3b1a by action🐍

@MarquessV MarquessV merged commit 97397ea into master Apr 29, 2024
22 checks passed
@MarquessV MarquessV deleted the 1761-forward-quils-program-schedule-analysis-features-to-pyquils-program branch April 29, 2024 16:15
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.

Forward quil's Program schedule analysis features to pyQuil's Program
2 participants