Scaling Circuit Visualizations #10
enavarro51
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current circuit visualizations, such as
QuantumCircuit.draw()
, display every qubit and every gate. As we scale quantum computers from 50+ qubits to 100-200+ qubits and beyond, this may need a new approach. Trying to look at a 200 qubit circuit with a depth of 200, especially with the text drawer, seems difficult.Should we be building methods to sectionalize the drawings, make them more interactive, click to hide and show areas, etc?
And is this a bigger question where we need to sectionalize the circuits themselves? This might be a transpiler question, where the output is not so linear.
Beta Was this translation helpful? Give feedback.
All reactions