I'm using the power law energy distribution provided by the general particle source with alpha = -1. I accidentally set emin=emax and found that my simulation just hung before it could simulate any events, taking up lots of CPU. It was as if the program got caught in an infinite loop somewhere, but I was unable to find it by reading the code myself. It worked fine again if I changed emin, emax, or alpha, but I thought I would inform you all of this behavior anyway. Jason
Thanks for reporting this. The current implementation requires emin<emax. More strict check on the input parameters will be carried out in future iteration of the implementation.