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

feat: Add execute_with_memory_map_batch method for QPUs #1750

Closed MarquessV closed 6 months ago

MarquessV commented 7 months ago

Description

closes #1749

Checklist

github-actions[bot] commented 7 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7167 6312 88% 87% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
pyquil/api/_qam.py 91% 🟢
pyquil/api/_qpu.py 68% 🟢
pyquil/api/_quantum_computer.py 83% 🟢
pyquil/api/_qvm.py 86% 🟢
pyquil/pyqvm.py 77% 🟢
TOTAL 81% 🟢

updated for commit: 09f6ef4 by action🐍