Live data from Hacker News

Basic quantum computing concepts implemented in Python

github.com

1–6 of 6 posts

Re: Basic quantum computing concepts implemented in Python

#3
post #2

It would be great if the functions were documented in a way to show what these gates do and why they exist anyway. Not everybody has some pre education on quantum computing, right?

http://ocw.mit.edu/courses/mathematics/18-435j-quantum-compu...

Re: Basic quantum computing concepts implemented in Python

#6
post #2

It would be great if the functions were documented in a way to show what these gates do and why they exist anyway. Not everybody has some pre education on quantum computing, right?

That presupposes I understand them :-)

My coding followed a specific talk which didn't go at all into why these particular gates are useful.

Once I grok that, I'll improve the code.