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
After an iteration of QSVT the amplitude vectors of base_states aren't normalized:
For all i=0...repeated_base.shape[0]-1: torch.linalg.vector_norm(repeated_base[i]) != 1.
But the amplitude vector of any quantum state must be normalized...
The text was updated successfully, but these errors were encountered:
Hello! I've been learning your code (model.py) and noticed a bug in the function below:
After an iteration of QSVT the amplitude vectors of base_states aren't normalized:
For all i=0...repeated_base.shape[0]-1: torch.linalg.vector_norm(repeated_base[i]) != 1.
But the amplitude vector of any quantum state must be normalized...
The text was updated successfully, but these errors were encountered: