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

CompilerISA.dict() uses wrong field names #1745

Closed MarquessV closed 4 months ago

MarquessV commented 4 months ago

In #1738, we accidentally inverted the default fields names used in CompilerISA.dict(). They should be qubits and edges, but we return the alias names: 1Q and 2Q.