We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to_crumble_url
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
The text was updated successfully, but these errors were encountered:
Strilanc
No branches or pull requests
Here is an example of the issue. If you do
The circuit that shows up when you open the link is
The text was updated successfully, but these errors were encountered: