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
A function call of the form diamonddist(a, b) returns the diamond norm of a - b. Our reports give things in terms of 1/2 this value. The recent QCVV tutorial paper out of the QPL actually defines the diamond distance as 1/2 the diamond norm of a-b. It would be nice if we adopted this convention.
Note: our jtracedist function already applies the 1/2 scaling, so there is precedent for adopting these definitions.
The text was updated successfully, but these errors were encountered:
A function call of the form
diamonddist(a, b)
returns the diamond norm ofa - b
. Our reports give things in terms of 1/2 this value. The recent QCVV tutorial paper out of the QPL actually defines the diamond distance as 1/2 the diamond norm ofa-b
. It would be nice if we adopted this convention.Note: our jtracedist function already applies the 1/2 scaling, so there is precedent for adopting these definitions.
The text was updated successfully, but these errors were encountered: