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 functionality to generate random Haar unitary and orthogonal matrices is already implemented in scipy as unitary_group and ortho_group. We should just use this functionality inside random_interferometer instead of reinventing the wheel.
The text was updated successfully, but these errors were encountered:
The functionality to generate random Haar unitary and orthogonal matrices is already implemented in scipy as
unitary_group
andortho_group
. We should just use this functionality insiderandom_interferometer
instead of reinventing the wheel.The text was updated successfully, but these errors were encountered: