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
In Section 2.3.6, the plus is used to concatenate circuits, altough this is no longer supported.
and += operators are no longer defined for QuantumCircuit.
Instead, you can use the & and &= operators respectively, which use QuantumCircuit.compose().
The text was updated successfully, but these errors were encountered:
In Section 2.3.6, the plus is used to concatenate circuits, altough this is no longer supported.
Instead, you can use the & and &= operators respectively, which use QuantumCircuit.compose().
The text was updated successfully, but these errors were encountered: