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
Currently, in the interface of qubit we refer to measurement basis using char. This can lead to hard to detect error when changing code. If the developer put a wrong char, it could be hard to debug.
Currently, in the interface of qubit we refer to measurement basis using
char
. This can lead to hard to detect error when changing code. If the developer put a wrong char, it could be hard to debug.Suggestion is to use enum instead of char.
quisp/quisp/backends/interfaces/IQubit.h
Lines 21 to 26 in d66ab32
The text was updated successfully, but these errors were encountered: