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

fix: The imaginary part of a complex number is no longer moved incorrectly to the outside of a binary expression. #1756

Closed MarquessV closed 2 months ago

MarquessV commented 3 months ago

Description

Fixes #1734

Checklist

github-actions[bot] commented 3 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

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

New Files

No new covered files...

Modified Files

File Coverage Status
pyquil/quilatom.py 83% 🟢
TOTAL 83% 🟢

updated for commit: 88b2054 by action🐍