Open
Description
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