You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, separate_circuit takes partition_labels: Sequence[Hashable], but the high-level cutting workflow requires that the partition labels either be all integers or all strings. This should be pretty simple to fix once the refactor we're targeting for v0.4 is complete; essentially, we'll just need to avoid sorting the labels and refer to them by name always.
The text was updated successfully, but these errors were encountered:
Currently,
separate_circuit
takespartition_labels: Sequence[Hashable]
, but the high-level cutting workflow requires that the partition labels either be all integers or all strings. This should be pretty simple to fix once the refactor we're targeting for v0.4 is complete; essentially, we'll just need to avoidsort
ing the labels and refer to them by name always.The text was updated successfully, but these errors were encountered: