hfppl
hfppl copied to clipboard
particle `start` method is not called by `smc_standard`
Simply adding the following lines to the top of the method should do the trick:
for particle in particles:
particle.start()