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

Closed MarquessV closed 2 months ago

MarquessV commented 2 months ago

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

github-actions[bot] commented 2 months ago

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