shinmorino / sqaod

Solvers/annealers for simulated quantum annealing on CPU and CUDA(NVIDIA GPU).
https://github.com/shinmorino/sqaod/wiki
Other
81 stars 21 forks source link

More docs and tutorial #24

Open shinmorino opened 6 years ago

shinmorino commented 6 years ago

Postponed to Beta2.

sak0909 commented 6 years ago

Hello Shinya,

Looks very interesting, would like to do some contributions to this project (As I have just started work on Quantum annealers). For starters could you point to some project design/architecture documentation? Is it the Path integral monte carlo technique used in the annealing process?

Thanks and Regards, Sakthi

shinmorino commented 6 years ago

Hello Sakthi,

It’s really nice to hear from you, and sorry for my late reply. Yes. Solvers are based on path integral Monte Carlo, which are parallelized on CPU and GPU.

Please let me start with preparing a page for arch/design documentation. It’ll be posted on wiki, and the link to the page will be posted here.

shinmorino commented 6 years ago

I started to write a doc at the below link, will complete it within days.

https://github.com/shinmorino/sqaod/wiki/Sqaod-overview-for-developers

shinmorino commented 6 years ago

Though the doc is still draft, it may help you with understanding overview of sqaod. If you have anything need to know, please let me know.

sak0909 commented 6 years ago

Thanks Shinya! Will take a look.

shinmorino commented 5 years ago

docstring and sphinx-generated docs will be prepared on v1.0.1.