issues
search
QuantestPy
/
quantestpy
Apache License 2.0
9
stars
3
forks
source link
Rename check_including_global_phase=Ture -> up_to_global_phase=False #59
#66
Closed
junnaka51
closed
2 years ago
junnaka51
commented
2 years ago
Items
Simply I replaced
check_including_global_phase
with
up_to_global_phase
. The default for
up_to_global_phase
is
False
, namely removing global phases is not the default behavior.
I modified a test file so that it passes.
Items
check_including_global_phase
withup_to_global_phase
. The default forup_to_global_phase
isFalse
, namely removing global phases is not the default behavior.