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
When running a circuit that contains CZ gates, the code gives an error about CZ gates being immutable when trying to change their label. This is because new versions of Qiskit changed CZ gates label properties to be immutable.
When running a circuit that contains CZ gates, the code gives an error about CZ gates being immutable when trying to change their label. This is because new versions of Qiskit changed CZ gates label properties to be immutable.