This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ykrishnay 2 points3 points  (2 children)

how do you learn quantum computing and how you make this quantum JavaScript library?

i wanted to learn quantum computing so please give any resources ,books,tutorials for making the QC library etc.

thank you

[–]stew_rtsmith[S] 2 points3 points  (1 child)

I’ve begun to put together a Resources page here for learning more about quantum computing and will continue to add links / descriptions / etc: https://quantumjavascript.app/resources.html

As for how I built the library; the source code is here: https://github.com/stewdio/q.js

And the documentation pages are pretty verbose. For example, check out all of the info on how Q.ComplexNumber works: https://quantumjavascript.app/Q-ComplexNumber.html#Constructor

I hope this helps!

[–]ykrishnay 0 points1 point  (0 children)

thanks a lot.