This project is a visualizer for the wisq quantum QASM compiler. Please check out the gh-pages if you want to use it in action!
- Added a view for visualizing the Circuit as a DAG
- Added a number next to the slider which shows the total timesteps
- Add a circuit view using latex and qcircuit
- Highlight QASM in a file at the step.
- I could have a code view to the side which shows the QASM code, and then highlight the rows based on the current pathing shown.
- I would need the compiler to include unitary operations in the output instead of just 2-qubit operations.
- Could this become something like a VS-Code extension instead of a website?
- Someone installs the package or extension, then it hot reloads whenever they save their QASM file.
- Runs on the user's local host, i.e. jupyter notebook.