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 apply_one_qubit_gate_inplace function can be implemented using numpy because single-qubit operations don't require one to compress the MPS. If we do this, we should be able to avoid some copying and improve performance.
The
apply_one_qubit_gate_inplacefunction can be implemented using numpy because single-qubit operations don't require one to compress the MPS. If we do this, we should be able to avoid some copying and improve performance.