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

Circuit drawing issue #190

Closed
hsinyuryanwu opened this issue Nov 16, 2023 · 2 comments · Fixed by #210
Closed

Circuit drawing issue #190

hsinyuryanwu opened this issue Nov 16, 2023 · 2 comments · Fixed by #210
Assignees
Labels
bug Something isn't working

Comments

@hsinyuryanwu
Copy link

Hi,

There is an issue associated with drawing the circuit.

display(chain(CPHASE(0, 1, pi), CPHASE(0, 2, pi/2), CPHASE(0, 3, pi/4)))

display(chain(CPHASE(0, 1, pi), CPHASE(0, 2, pi/2)))

Please also check the drawing after taking the dagger operation for different qubits.

Hsin-Yu

@RolandMacDoland
Copy link
Collaborator

@hsinyuryanwu Thanks for this really. This also relates to another of our issues #42. @nmheim would you be able to pick that up at some point ?

@nmheim nmheim self-assigned this Nov 20, 2023
@nmheim nmheim added the bug Something isn't working label Nov 20, 2023
@nmheim
Copy link
Collaborator

nmheim commented Nov 20, 2023

Hey @hsinyuryanwu! Thanks for open this issue!:) The first two points I will take a look at tonight/tomorrow. Dagger blocks which ideally should be marked with a dagger in the drawing will take a bit longer, because we currently don't have a Dagger block/property which indicates if a block is daggered. This should also be addressed soon though (hopefully within our next sprint which starts in three weeks, we'll track that in a separate issue #201)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants