rawkintrevo commented on code in PR #493: URL: https://github.com/apache/mahout/pull/493#discussion_r1954554502
########## website/quantum-computing-primer/01_introduction/index.md: ########## @@ -70,16 +76,19 @@ qc.apply_hadamard_gate(0) # Execute the circuit and measure the result result = qc.execute_circuit() -print(result) -``` +print(result) +``` --> Review Comment: I think this example actually works, it doesn't really _do_ anything, but that's OK. It's just dipping your toes in `qumat`. I should have specified, the examples to comment out are in the later sections (like 8 and 9, maybe 7). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org