updated libquantum 0.2.0 source files

This commit is contained in:
libquantum
2016-10-27 04:12:28 +09:00
parent 1da72aab81
commit dc03271227
20 changed files with 908 additions and 99 deletions

10
CHANGES
View File

@@ -1,3 +1,13 @@
libquantum 0.2.0:
- Added Quantum Error Correction
- Included an Implementation of Grover's algorithm
- Added some inverse functions and conditional phase kick
- Improved speed of the decoherence simulation
- Fixed a memory leak in the quantum register deletion routine
- Fixed a segfault in the sigma functions
- Fixed a typo in the configure script that could result in a build
failure
libquantum 0.1.1:
- Completed rotation gates (quantum_r_z)
- Fixed a build problem with the demo program