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

Benchmark performance of program instruction iteration #1752

Open MarquessV opened 3 months ago

MarquessV commented 3 months ago

Iterating over a program's instructions has been observed to be slow at times. We should have a benchmark that tests for this case so we can track changes over time, and to help iterate on improvements to performance.