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

Issue handling sweep bits in to_crumble_url function #788

Open
AlexBourassa opened this issue Jun 28, 2024 · 0 comments
Open

Issue handling sweep bits in to_crumble_url function #788

AlexBourassa opened this issue Jun 28, 2024 · 0 comments
Assignees

Comments

@AlexBourassa
Copy link
Collaborator

Here is an example of the issue. If you do

stim.Circuit("""
QUBIT_COORDS(0, 5) 0
QUBIT_COORDS(1, 4) 1
QUBIT_COORDS(1, 5) 2
CX sweep[0] 0 sweep[1] 1 sweep[2] 2
M 0 1 2
""").to_crumble_url()

The circuit that shows up when you open the link is

QUBIT_COORDS(0, 5) 0
QUBIT_COORDS(1, 4) 1
QUBIT_COORDS(1, 5) 2
CX 0 0
TICK
CX 0 1
TICK
CX 0 2
TICK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants