celeritas-project / celeritas

Celeritas is a new Monte Carlo transport code designed to accelerate scientific discovery in high energy physics by improving detector simulation throughput and energy efficiency using GPUs.
https://celeritas-project.github.io/celeritas/user/index.html
Other
58 stars 32 forks source link

Improve documentation for physics, RNG, stepping loop #1298

Closed sethrj closed 1 week ago

sethrj commented 1 week ago

This adds some documentation to the user manual. I also made a minor change to the RNG engine to parallelize reseeding if track-parallel OpenMP is in use and to split the RNG initialization code for ease of documentation.

stognini commented 1 week ago

Looks great. Thanks!