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

Forward `quil`'s Program schedule analysis features to pyQuil's Program #1761

Closed MarquessV closed 2 months ago

MarquessV commented 3 months ago

Recent versions of quil have methods that provide an analysis of a program and how it will be scheduled. We should port these features forward to pyQuil so users can access them.