BosonSampling.jl
BosonSampling.jl copied to clipboard
use sort! rather than sort
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.
Thanks for noticing! @AntoineRestivo can you fix this?