You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visualizing the schedule of a quil program is an important feature for users. Program timing is often important to understanding program behaviour and the effects of noise.
To support plotting, we propose a new package called "quil-plotting", which would live in the following location:
The standalone package would be tested and released along with quil-py and quil-rs. The package will be fairly small, containing additional python dependencies for plotting, and functions to create a plot. An example of such a plot is attached.
We envision that the package may grow to include other visualizations of quil programs, including multi-block visualizations, graph visualizations or ZX-diagrams. However, for the time being, we restrict the scope to a pulse plot.
Open questions
quil-py exposes a rust library in python, and thus has a number of project structures to do that. It uses the maturin build system and has a src/ directory with rust code. This is unnecessary for quil-plotting, but it's desirable to maintain consistency. Should quil-plotting use this build system and have a skeleton src/ directory?
The text was updated successfully, but these errors were encountered:
Visualizing the schedule of a quil program is an important feature for users. Program timing is often important to understanding program behaviour and the effects of noise.
To support plotting, we propose a new package called "quil-plotting", which would live in the following location:
The standalone package would be tested and released along with
quil-py
andquil-rs
. The package will be fairly small, containing additional python dependencies for plotting, and functions to create a plot. An example of such a plot is attached.We envision that the package may grow to include other visualizations of quil programs, including multi-block visualizations, graph visualizations or ZX-diagrams. However, for the time being, we restrict the scope to a pulse plot.
Open questions
quil-py
exposes a rust library in python, and thus has a number of project structures to do that. It uses the maturin build system and has a src/ directory with rust code. This is unnecessary for quil-plotting, but it's desirable to maintain consistency. Should quil-plotting use this build system and have a skeleton src/ directory?The text was updated successfully, but these errors were encountered: