BosonSampling.jl
BosonSampling.jl copied to clipboard
Boson sampling tools for Julia
- [ ] GaussianInput - [ ] For inputs with distances/sq params, assert that length(param) == modeoccupancy.m
- [ ] Documentation refers to `UniformLossInterferometer(m::Int, η::Real)` which does not exist, but is rather suposed to be `UniformLossInterferometer(η::Real, m::Int)` - [ ] Update `GaussianInput` docs
In this line https://github.com/benoitseron/BosonSampling.jl/blob/87a0ea9805c300e8bdff38c024d951a849c3150b/src/boson_samplers/cliffords_sampler.jl#L28 `sort!` would be more efficient than `sort`.
Proposal probabilities in MIS for GBS are not right
Instead of our dirty stuff. I will try to find if they have what's needed for unitaries. If not I might contribute to their project. However this needs some matrix...
@AntoineRestivo do you think you could have a look at the compatibility automatic pulls from github?