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
The .decompose() method for Circuit needs to be updated.
It expects a free parameter that will be the same for all gates in the circuit, where different gates will need to choose their own free parameter accordingly depending on the free qubits at each time instance.
It also appears to be the case that gates that don't have a specific decompose methods return the same single qubit gate even when it is being controlled by other qubits.
The text was updated successfully, but these errors were encountered:
The
.decompose()
method forCircuit
needs to be updated.It expects a
free
parameter that will be the same for all gates in the circuit, where different gates will need to choose their own free parameter accordingly depending on the free qubits at each time instance.It also appears to be the case that gates that don't have a specific decompose methods return the same single qubit gate even when it is being controlled by other qubits.
The text was updated successfully, but these errors were encountered: