In particular we should say that pytket uses a lexicgraphical ordering of qubits. This means that the register ordering will in general not be preserved in a pytket <-> qiskit roundtrip.
This could be in the qiskit_to_tk API docs but it may also be helpful to have a notebook example on conversion between pytket and qiskit. This would detail supported and unsupported operations explain the differences uin register ordering etc.
In particular we should say that pytket uses a lexicgraphical ordering of qubits. This means that the register ordering will in general not be preserved in a
pytket <-> qiskitroundtrip.This could be in the
qiskit_to_tkAPI docs but it may also be helpful to have a notebook example on conversion between pytket and qiskit. This would detail supported and unsupported operations explain the differences uin register ordering etc.