QuBit library 1.03 (Default branch) |
|
|
QuBit is a library to support quantum
superpositions in C++. This allows each variable
of the CQuBit type to hold a number of different
values at the same time. Normal mathematical
operations can be performed on a QuBit, but they
affect every value in the QuBit, at the same time.
Binary operations on two QuBits cause a result
based on every possible outcome.
License: GNU General Public License v2
Changes:
Fixes were made to let the code compile in modern
compilers. Pre-increments are now used for speed.
HTML documentation is included in the package.
C-style comments are used throughout for non-C99
compilers. Const-correctness was improved.
|