Skip to content
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

Visualization artifacts for multi-qubit gates that act on more than two qubits #42

Open
jofrevalles opened this issue Oct 23, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jofrevalles
Copy link
Member

For multi-qubit gates that act on more than two qubits, it appears a small white space in the vertical connecting wires in its visualization.

Example:

julia> using Quac

julia> circ = Circuit(4)

julia> push!(circ, rand(SU{8}, 1, 2, 3))

julia> push!(circ, rand(SU{4}, 1, 2))

julia> push!(circ, rand(SU{16}, 1, 2, 3, 4))

julia> circ

We get:
image

@jofrevalles jofrevalles added bug Something isn't working good first issue Good for newcomers labels Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant