I'm trying to make my circuit look readable, but the gates auto-order in Qiskit QuantumCircuit shifts all gates to the left side. For example an image from qiskit documentation:
It would be much better to put ancilla X gate into the first column, Hadamard gats into the second, controlled gates into the third-fourth-fifth, and last Hadamard into the sixth column.
Such a result may be achieved in Quirk
Is there a way to set up an explicit column number for the quantum gate in the Qiskit QuantumCircuit (or other class)?