QuBit library 1.04 (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:
The 'using' directive has been removed from the header file.
|