learn-qc-with-python-and-qsharp
learn-qc-with-python-and-qsharp copied to clipboard
More Pythonic boolean comparisons
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).