Skip to content

Add new Quantikz rendering modules and enhance existing functions for visualization #7354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
3 changes: 3 additions & 0 deletions cirq-core/cirq/vis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
from cirq.vis.density_matrix import plot_density_matrix as plot_density_matrix

from cirq.vis.vis_utils import relative_luminance as relative_luminance

from cirq.vis.circuit_to_latex_quantikz import CircuitToQuantikz
from cirq.vis.circuit_to_latex_render import render_circuit
Loading
Loading