Qurry icon indicating copy to clipboard operation
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...

Results 22 Qurry issues
Sort by recently updated
recently updated
newest added

The current user guide is severely out of date, and those new to the project will definitely struggle.

enhancement
critical

Any algorithms at all will work. They belong in the examples folder :)

enhancement
good first issue
delay

Allow semantic labels for the bitstrings generated during measurement of quantum states.

bug
enhancement

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...

enhancement
good first issue
delay

Add new distribution types to the constructs folder.

enhancement
good first issue
delay

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...

enhancement

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

enhancement
critical

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

enhancement
delay