The quantum-arrow package
This module is a loose port of the Quantum::Entanglement Perl module, which endows its host language with quantum-computationesque effects. In this Haskell version this is done using an arrow to take advantage of the arrow syntax for imperative-looking code. The module has all the fun bells and whistles of quantum computation, including entanglement and interference, even through conditionals (which the Perl analog does not support). The arrow is defined over any instance of MonadRandom, so if you want to get especially crazy, you can experiment with what quantum computation is like when observables include invoking continuations. See the included example.hs for some simple examples of what using this module looks like.
Properties
| Versions | 0.0.2, 0.0.3, 0.0.4, 0.0.5 |
|---|---|
| Change log | None available |
| Dependencies | base, MonadRandom, mtl, QuickCheck (<2.0), random [details] |
| License | LGPL |
| Author | Luke Palmer |
| Maintainer | lrpalmer@gmail.com |
| Stability | experimental |
| Category | Control |
| Home page | http://github.com/luqui/quantum-arrow |
| Uploaded | Fri Jan 9 21:40:18 UTC 2009 by LukePalmer |
| Distributions | NixOS:0.0.5 |
| Downloads | 662 total (27 in last 30 days) |
| Votes | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
- QuantumArrow
[Index]
Downloads
- quantum-arrow-0.0.5.tar.gz [browse] (Cabal source package)
- Package description (included in the package)
Maintainers' corner
For package maintainers and hackage trustees