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

Proper compilation view #4

Open
gwwatkin opened this issue Mar 22, 2021 · 1 comment
Open

Proper compilation view #4

gwwatkin opened this issue Mar 22, 2021 · 1 comment
Assignees

Comments

@gwwatkin
Copy link
Member

latticesurgery-com/lattice-surgery-compiler#57 introduces a hacked view to show the stages of the compilation rendered as ascii text. (Example)

We want to be able to visualize circuits and Pauli rotations properly. For circuits we could use directly qiskits' rendering tools: https://qiskit.org/documentation/tutorials/circuits_advanced/03_advanced_circuit_visualization.html , which we already are using for ascii rendering anyways, and look good:

Screenshot_20210322_041724

As for pauli rotations I guess we could come up with something that looks like Litinski's:

Screenshot_20210322_041833

Or perhaps we can look deeper into quiskit's rendering, there might be something there we can use for pauli rotations?

@alexnguyenn
Copy link
Member

Moving this to web-ui as we are separating the Web UI and Compiler repo.

@alexnguyenn alexnguyenn transferred this issue from latticesurgery-com/lattice-surgery-compiler Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants