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
Describe the bug
When you reassign an explicit model’s fully parameterized gate to that same gate times the dense identity matrix, it somehow makes the resulting gate stored in the model a static unitary gate.
Describe the bug
When you reassign an explicit model’s fully parameterized gate to that same gate times the dense identity matrix, it somehow makes the resulting gate stored in the model a static unitary gate.
To Reproduce
MWE-GateAssignmentStaticizesAndUnitarizesGate.ipynb.zip
Expected behavior
The gate remains fully parameterized.
The text was updated successfully, but these errors were encountered: