README.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. QCGPU
  2. =====
  3. .. image:: https://img.shields.io/travis/QCGPU/qcgpu.svg?style=for-the-badge
  4. :alt: Travis (.org)
  5. :target: https://travis-ci.org/QCGPU/qcgpu
  6. .. image:: https://img.shields.io/pypi/v/qcgpu.svg?style=for-the-badge
  7. :target: https://pypi.python.org/pypi/qcgpu
  8. :alt: PyPi Version
  9. .. image:: https://img.shields.io/pypi/l/qcgpu.svg?style=for-the-badge
  10. :target: https://pypi.python.org/pypi/qcgpu/
  11. :alt: License
  12. .. image:: https://img.shields.io/github/stars/qcgpu/qcgpu.svg?style=for-the-badge&label=Stars
  13. :alt: GitHub stars
  14. :target: https://github.com/QCGPU/qcgpu
  15. Open Source, High Performance & Hardware Accelerated, Quantum Computer Simulator.
  16. Read the `research paper`_.
  17. .. _`research paper`: https://arxiv.org/abs/1805.00988
  18. **Features:**
  19. * Written with OpenCL. Accelerated your simuations with GPUs and other accelerators, while still running cross device and cross platform.
  20. * Simulation of arbitrary quantum circuits
  21. * Includes example algorthm implementations
  22. * Support for arbitrary gate creation/application, with many built in.
  23. Installing
  24. ==========
  25. This library is distributed on PyPI_ and can be installed using pip::
  26. pip install qcgpu
  27. For more information read the full installing docs, :ref:`installing`.
  28. TODO: Fix this link
  29. .. _PyPI: https://pypi.python.org/pypi/qcgpu