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: The ``execution_options`` property is now used for retrieving results if no overriding options were provided to the ``execute`` method. #1694

Closed MarquessV closed 10 months ago

MarquessV commented 10 months ago

Description

Closes #1693

Checklist

rigetti-githubbot commented 10 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7051 6185 88% 87% 🟢

New Files

No new covered files...

Modified Files

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

updated for commit: d365c38 by action🐍