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
We have the same functionality in the states/basis.py file and the matrices/standard_basis.py. We should restrict to having just one, preferably the latter of standard_basis.py.
This would involve removing basis.py as well as all references, tests, for this. Additionally, we will want to use standard_basis in place of anywhere we currently use basis.
The text was updated successfully, but these errors were encountered:
We have the same functionality in the
states/basis.py
file and thematrices/standard_basis.py
. We should restrict to having just one, preferably the latter ofstandard_basis.py
.This would involve removing
basis.py
as well as all references, tests, for this. Additionally, we will want to usestandard_basis
in place of anywhere we currently usebasis
.The text was updated successfully, but these errors were encountered: