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/
Other
65 stars 35 forks source link

Add cascade collider #1326

Closed whokion closed 4 months ago

whokion commented 4 months ago

Add a helper for intra-nucleus nucleon-nucleon collisions

whokion commented 4 months ago

@sethrj Thanks a lot for all review comments. Will follow up later today! Regarding to vec4 --> momentum, I will think an alternative as a component of FourVector is mom (three vector), which is confusing with the proposed momentum (four vector). Maybe changing FourVector(mom, energy) --> (p, e) and then vec4 --> momentum or mom. Welcome to the 4-momentum world^^.

whokion commented 4 months ago

@amandalund Thanks for the review and suggestions!

whokion commented 4 months ago

@sethrj Thanks again for all the comments and suggestions! I think that I addressed them for now.