index.rst 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. =====
  2. QCGPU
  3. =====
  4. .. image:: https://img.shields.io/travis/QCGPU/qcgpu.svg?style=for-the-badge
  5. :alt: Travis (.org)
  6. :target: https://travis-ci.org/QCGPU/qcgpu
  7. .. image:: https://img.shields.io/pypi/v/qcgpu.svg?style=for-the-badge
  8. :target: https://pypi.python.org/pypi/qcgpu
  9. :alt: PyPi Version
  10. .. image:: https://img.shields.io/pypi/l/qcgpu.svg?style=for-the-badge
  11. :target: https://pypi.python.org/pypi/qcgpu/
  12. :alt: License
  13. .. image:: https://img.shields.io/github/stars/qcgpu/qcgpu.svg?style=for-the-badge&label=Stars
  14. :alt: GitHub stars
  15. :target: https://github.com/QCGPU/qcgpu
  16. QCGPU is an open source, high performance library for simulating
  17. quantum circuits.
  18. It takes advantage of hardware acceleration with
  19. OpenCL.
  20. Read the `research paper`_.
  21. .. _`research paper`: https://arxiv.org/abs/1805.00988
  22. Table of Contents
  23. ==================
  24. .. toctree::
  25. :maxdepth: 3
  26. install
  27. quickstart
  28. guide
  29. .. Python Modules
  30. ==============
  31. .. autosummary::
  32. :nosignatures:
  33. qcgpu
  34. :ref:`modindex`