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...
Simple construct that will do literal expansion of code.
In addition to LaTeX visualization, create ASCII visualization for quick debugging.
http://v1.probmods.org/
See computational cognitive science cheat sheet for code reference
Just add a simple (defn f [args] (body)) construct in the `lib/constructs` folder. See `lib/constructs/if.py` for an example
Finish creating a topology-mapping code, which will simply check the best way to map a given quantum program onto an actual implementation.. easier said than done. At the very least,...
In addition to topology mapping (#31), Qurry should check that a given circuit, for instance, runs within decoherence time, and report statistics on things like gate depth. In the future,...
As described in the title, optionally compile into IBM's syntax
Add cirq as a second backend, and allow users to chose between backends