Lucas Saldyt
Lucas Saldyt
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
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,...