Handle register conditions/multiple bits for IfElseOp
in qiskit_to_tk
#452
Labels
circuit_conversion
Issues and pull requests related to coverting qiskit circuits to pytket and vice versa
enhancement
New feature or request
good first issue
Good for newcomers
After #437 we can now convert circuits containing
IfElseOp
instructions to equivalent pytket circuits withqiskit_to_tk
Currently the conversion is limited to conditions on single bits and gives a
NotImplemtedError
when we try to convert an If-else conditioned on a register.It shouldn't be much work to remove the restriction to a single bits and convert a wider range of operations
Example (taken from the tests)
The text was updated successfully, but these errors were encountered: