Closed hettlage closed 3 years ago
Thanks for calling this out! You're quite right that the reset is technically extraneous, but we've written this the way we did so as to match how you might write Q# programs with explicit Reset
calls later in the book. Thanks again for pointing this out!
The function
send_classical_bit
inch03/qkd.py
includes a call to the qubit's reset method. But from what I can see, this shouldn't be necessary as theusing_qubit
context manager calls this method as well.