learn-qc-with-python-and-qsharp icon indicating copy to clipboard operation
learn-qc-with-python-and-qsharp copied to clipboard

More Pythonic boolean comparisons

Open hristog opened this issue 3 years ago • 0 comments

This PR proposes more Pythonic comparisons between boolean values, in the cases where we know and expect the corresponding data types to be booleans (e.g., 0 is False is False, but 0 == False is True).

hristog avatar May 10 '22 22:05 hristog