Just pulled out the circbox building in qiskit_to_tk into a separate function. This reduces indentation and the number of lines in the CircuitBuilder.add_qiskit_data method.
Related issues
313
Checklist
[x] I have performed a self-review of my code.
[ ] I have commented hard-to-understand parts of my code.
[ ] I have made corresponding changes to the public API documentation.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] I have updated the changelog with any user-facing changes.
Description
Just pulled out the circbox building in
qiskit_to_tk
into a separate function. This reduces indentation and the number of lines in theCircuitBuilder.add_qiskit_data
method.Related issues
313
Checklist