MBounouar

Results 1 issues of MBounouar

https://github.com/crazy4pi314/learn-qc-with-python-and-qsharp/blob/7ffb0119e4f223ff9ab6e2dad0fa381923d2538e/ch02/simulator.py#L32 In Chapter 2 and 3, wouldn't it be didactically more correct to write the measurement function as a product ? `np.abs((KET_0.T @ self.state) ** 2)[0, 0]` ?