Lucas Saldyt
Lucas Saldyt
When issuing `lein test`, the following test fails on my machine: ``` lein test :only anglican.algorithm-test/test-benchmarks FAIL in (test-benchmarks) (algorithm_test.clj:284) [:gaussian :lmh] expected: (< error (:threshold benchmark)) actual: (not (<...
Not the biggest change.. but install instructions seem crucial ;).
I understand Arch Linux isn't supported per the README, so this is just FYI. Maybe the ubuntu docker install is more concerning? I tried that as a backup, and it...
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...