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
Nitpick: Its hard to keep track of how a method acting on [an object representing a discrete quantum state] is named. This may cause confusion and also stymie autocomplete.
Right now, functions in wave_function.py are named like "state vector" or just "state", while Circuit.final_wavefunction, PauliStrings, PauliSums, and a few linalg transformations are named like "wavefunction". (I acknowledge that this inconsistency has gotten a lot worse following some of my own recent PRs :/ )