You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was looking at visualizations for the timeline_drawer and the circuit_drawer it would be good to have both have the same options for the same thing. I.e idle_wires does not work in the timeline and it took me a while to figure out it is show_idle.
To get both to work one use option show_idle and the other idle_wires it would be good to have both have the same name.
timeline_drawer(qc_ibm, show_idle=False)
and circuit_drawer(qc_ibm, idle_wires=False)
my proposal is make it
timeline_drawer(qc_ibm, idle_wires=False)
and circuit_drawer(qc_ibm, idle_wires=False)
The text was updated successfully, but these errors were encountered:
What should we add?
When I was looking at visualizations for the timeline_drawer and the circuit_drawer it would be good to have both have the same options for the same thing. I.e idle_wires does not work in the timeline and it took me a while to figure out it is show_idle.
To get both to work one use option show_idle and the other idle_wires it would be good to have both have the same name.
timeline_drawer(qc_ibm, show_idle=False)
and
circuit_drawer(qc_ibm, idle_wires=False)
my proposal is make it
timeline_drawer(qc_ibm, idle_wires=False)
and
circuit_drawer(qc_ibm, idle_wires=False)
The text was updated successfully, but these errors were encountered: