qiskit-advocate / qamp-spring-22

Qiskit advocate mentorship program (QAMP) spring 22 cohort (Mar - Jun 2022)
13 stars 1 forks source link

Vertical circuit drawer #40

Closed kevinsung closed 2 years ago

kevinsung commented 2 years ago

Description

See https://github.com/Qiskit/qiskit-terra/issues/7720. Description copied below.

QuantumCircuit.draw should support drawing the circuit with vertical wires instead of horizontal. This is useful when the length of the circuit exceeds the width of the display area. With horizontal wires, this situation results in line wrapping, but with vertical wires no wrapping would be needed because one can scroll, and it's easier to read the circuit contents that way.

Deliverables

Fix and close https://github.com/Qiskit/qiskit-terra/issues/7720.

Mentors details

Number of mentees

1

Type of mentees

HuangJunye commented 2 years ago

@kevinsung Thanks for submitting the project idea. Did you close it because of the new discussions on https://github.com/Qiskit/qiskit-terra/issues/7720#issuecomment-1058246863 ?

kevinsung commented 2 years ago

@HuangJunye Yes, sorry, I should have mentioned that. I've replaced this project with https://github.com/qiskit-advocate/qamp-spring-22/issues/42.