quantumcomputingbook
quantumcomputingbook copied to clipboard
Companion site for the textbook Quantum Computing: An Applied Approach
Hello, It seems that the `qnn.py` script in chapter 9 is broken for Cirq versions v0.11.0 and further, as per [the release notes here](https://newreleases.io/project/github/quantumlib/Cirq/release/v0.11.0), notably: > If you have old...
Hello, As discussed in issues, here is a pull request with a small update on chapter 9's `qnn.py` script. The following changes have been made: 1. (**add-on compared to opened...
Page 357, equation 12.165: a redundant `\otimes` symbol in the last element.
Page 348, equation 12.117 - is it valid for a complex scalar _a_? In the context of examples in the section 12.4. Wouldn't it be easier to reformulate as the...
For gentle reminder: https://github.com/JackHidary/quantumcomputingbook/issues/32 This PR already modified the question 7 to question 4 (4번 문제, in korean) Thanks!
Hi. I read that the two sub problems mention Question 7, but I guess it was Question 4, because they are trying to comparing the number of gates required for...
When ran, Bob's received message was printing flipped (i.e. it printed "01" when it received "10"). The issue wasn't in the measurement, because when printing "res.measurements" it correctly assigned the...
Code for Simon's algorithm in CIRQ