diff options
author | augustss <augustss> | 2005-02-01 20:52:38 +0000 |
---|---|---|
committer | augustss <augustss> | 2005-02-01 20:52:38 +0000 |
commit | 84e6a448c47a5e6f1ae5ed047ed714ab0476189f (patch) | |
tree | 409a75b40c8796e05804dca9f58936c26bc492c4 /misc/libquantum/DESCR | |
parent | 5eb48c3bd94a5ec20dde07422b16955f5fa23e85 (diff) | |
download | pkgsrc-84e6a448c47a5e6f1ae5ed047ed714ab0476189f.tar.gz |
Add libquantum, a library for simulating quantum computation.
Diffstat (limited to 'misc/libquantum/DESCR')
-rw-r--r-- | misc/libquantum/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/libquantum/DESCR b/misc/libquantum/DESCR new file mode 100644 index 00000000000..e08c4494d6e --- /dev/null +++ b/misc/libquantum/DESCR @@ -0,0 +1,6 @@ +libquantum is a C library for the simulation of a quantum +computer. Based on the principles of quantum mechanics, it provides an +implementation of a quantum register. Basic operations for register +manipulation such as the Hadamard gate or the Controlled-NOT gate are +available through an easy-to-use interface. Measurements can be +performed on either single qubits or the whole quantum register. |