qadence
qadence copied to clipboard
[Visualisation] Qubit ordering issues on some of circuit drawings
There are still qubit ordering issues on some of circuit drawings. For example, circuitC = qd.chain(circuitA, circuitB) and circuitC.dagger().
Hey! Yes, we are aware of this bug and it’s a bit of a tricky one because we have to tricky graphviz, which is our underlying drawing library into not reordering wires. @mariuccio might have some input here. He was looking into this a while ago.
@nmheim Is this addressed ?