Skip to content

branch out RNG when measuring

STEVAN Antoine requested to merge quantum-theory-of-inbreeding into main

this MR simply adds + Clone to rng and removes the mut from the rng of the measure_inbreeding function.

running the same snippet of code from #9 yields the following two images with a schedule of 1 and 5 respectively

000_1.1 000_1.2

we see that all measurements on t where t = 0 \mod 5 are the same in both images 🎉

Edited by STEVAN Antoine

Merge request reports