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

In SVG diagrams, classical bits look identical to quantum bits #5689

Open
Strilanc opened this issue Jul 8, 2022 · 3 comments
Open

In SVG diagrams, classical bits look identical to quantum bits #5689

Strilanc opened this issue Jul 8, 2022 · 3 comments
Assignees
Labels
area/circuits area/visualization kind/bug-report Something doesn't seem to work. no QC knowledge needed Want to contribute to Cirq, but don't know quantum computing? This issue is for you. triage/accepted A consensus emerged that this bug report, feature request, or other action should be worked on

Comments

@Strilanc
Copy link
Contributor

Strilanc commented Jul 8, 2022

import cirq
from cirq.contrib.svg import SVGCircuit

with open('tmp.svg', 'w') as f:
    print(SVGCircuit(cirq.Circuit(
        cirq.measure(cirq.LineQubit(0), key="abc"),
        cirq.X(cirq.LineQubit(0)).with_classical_controls("abc"),
    ))._repr_svg_(), file=f)

image

@Strilanc Strilanc added the kind/bug-report Something doesn't seem to work. label Jul 8, 2022
@viathor viathor added triage/discuss Needs decision / discussion, bring these up during Cirq Cynque area/circuits area/visualization labels Jul 26, 2022
@tanujkhattar tanujkhattar added the no QC knowledge needed Want to contribute to Cirq, but don't know quantum computing? This issue is for you. label Aug 3, 2022
@vtomole vtomole added triage/accepted A consensus emerged that this bug report, feature request, or other action should be worked on and removed triage/discuss Needs decision / discussion, bring these up during Cirq Cynque labels Aug 10, 2022
@NikolaiLong
Copy link

Hi @mhucka, I think I'd like to work on this issue next, could you assign it to me.

Also quick question - the two bit types look identical in this diagram, so what would you like the classical bits to look like @Strilanc?

@NikolaiLong
Copy link

Hi @Strilanc, following up on my previous comment. Should classical bits be distinguished by having a dotted line? Would this be an acceptable solution?

@mhucka could you help confirm on this issue. I'm not sure what the desired visualization should be.

@daxfohl
Copy link
Collaborator

daxfohl commented Mar 28, 2025

Double lines are most common.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/circuits area/visualization kind/bug-report Something doesn't seem to work. no QC knowledge needed Want to contribute to Cirq, but don't know quantum computing? This issue is for you. triage/accepted A consensus emerged that this bug report, feature request, or other action should be worked on
Projects
Status: No status
Development

No branches or pull requests

7 participants