Açıklama Yok

Adam Kelly 5623ff392b Added reset function 5 yıl önce
benchmark 85a5a72972 Speed up some things to do with benchmarking 5 yıl önce
docs 469e475144 Wrote a load of documentation 5 yıl önce
examples 4b69ed7210 Added an option for non unitary gates 5 yıl önce
qcgpu 5623ff392b Added reset function 5 yıl önce
tests 42b558beb3 Removed the need for a transpose 5 yıl önce
.editorconfig 0030c67a3c Started rewrite with Python 5 yıl önce
.gitignore 0030c67a3c Started rewrite with Python 5 yıl önce
.travis.yml fd0af1612d One last time here's hoping 5 yıl önce
LICENSE 12455d3eac Add LICENSE file 5 yıl önce
Makefile a738ddb77c Added Sphinx Documentation 5 yıl önce
README.md 626d89c539 Added badge for the Unitary Fund 5 yıl önce
make.bat a738ddb77c Added Sphinx Documentation 5 yıl önce
requirements.txt 88331d7d8e Working on benchmarking and documentation 5 yıl önce
setup.cfg d25767118d Added tests 5 yıl önce
setup.py 0fd18057af Get ready for publishing 5 yıl önce
working.py 88331d7d8e Working on benchmarking and documentation 5 yıl önce

README.md

QCGPU

Travis
(.org) PyPi
Version License GitHub
stars Unitary Fund

Open Source, High Performance & Hardware Accelerated, Quantum Computer Simulator. Read the research paper.

Features:

  • Written with OpenCL. Accelerated your simulations with GPUs and other accelerators, while still running cross device and cross platform.
  • Simulation of arbitrary quantum circuits
  • Includes example algorithm implementations
  • Support for arbitrary gate creation/application, with many built in.

Installing

This library is distributed on PyPI and can be installed using pip:

$ pip install qcgpu

For more information read the full installing docs.