Qurry
Qurry copied to clipboard
Qurry (was) a prototype for a functional quantum programming language. It incorporated many aspects of functional programming (Haskell, Clojure), but also took standard design philosophies from C++, P...
The current user guide is severely out of date, and those new to the project will definitely struggle.
Any algorithms at all will work. They belong in the examples folder :)
Allow semantic labels for the bitstrings generated during measurement of quantum states.
This was a suggestion in yesterday's workshop. I'm not sure if a full unit testing framework will be needed yet, but I think that setting up the skeleton and testing...
Add new distribution types to the constructs folder.
#37 Will warrant this
Segment a block of qubits and run a wider gate across them. For instance, (map (l ((X %0) (H %1))) workspace) would apply X to even gates and H to...
For instance, showing how higher order gates from #40 allow one to more easily write phase estimation, simulation, or other algorithms as shown in Nielsen and Chuang
In the spirit of documenting the code and inviting open-source collaboration, simple linting should be enabled to catch errors and uncommented code, among many other things