mirror of
https://github.com/libquantum/libquantum.git
synced 2025-10-03 08:42:01 +00:00
22 lines
769 B
Plaintext
22 lines
769 B
Plaintext
libquantum 0.9.1 README file
|
|
----------------------------
|
|
|
|
libquantum is a C library for quantum computing and quantum
|
|
simulation. It provides quantum registers, unitary operations, time
|
|
evolution, and measurement functions. The main goal is a physically
|
|
precise simulation of a quantum system with high performance.
|
|
|
|
Implementations of Shor's factoring algorithm and Grover's search
|
|
algorithm are included with this release.
|
|
|
|
See the file INSTALL for help on the installation.
|
|
|
|
libquantum is distributed under the terms of the GNU General Public
|
|
License, version 3 (GPLv3), which is located in the file COPYING.
|
|
|
|
Send inquiries, comments, bug reports, suggestions, patches, etc. to:
|
|
libquantum@libquantum.de
|
|
|
|
See also the libquantum website:
|
|
http://www.libquantum.de/
|