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
At present the trace_norm.py file is located in the state_metrics/ directory. Generally, the other metrics that are contained within the state_metrics/ directory are some type of distance measure between one state and another. The trace norm function breaks this pattern and is really just a measure of the state itself (instead of being a measure of a state against another state).
It may be more appropriate, therefore, to move the trace_norm functionality inside of the matrix_props/ directory. This would also seem to make somewhat more categorical sense, as sk_norm.py is contained in matrix_props/ as well.
The text was updated successfully, but these errors were encountered:
At present the
trace_norm.py
file is located in thestate_metrics/
directory. Generally, the other metrics that are contained within thestate_metrics/
directory are some type of distance measure between one state and another. The trace norm function breaks this pattern and is really just a measure of the state itself (instead of being a measure of a state against another state).It may be more appropriate, therefore, to move the
trace_norm
functionality inside of thematrix_props/
directory. This would also seem to make somewhat more categorical sense, assk_norm.py
is contained inmatrix_props/
as well.The text was updated successfully, but these errors were encountered: