Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flat Phase Space Layout #86

Draft
wants to merge 21 commits into
base: dev
Choose a base branch
from
Draft

Conversation

szabo137
Copy link
Member

@szabo137 szabo137 commented Nov 6, 2024

This PR adds FlatPhaseSpaceLayout and the respective build methods for momenta.
The respective coordinates are from the $4N$-dimensional unit hypercube.
Flat means here almost uniformly distributed, i.e. for small masses of the involved particles. They have nearly unit phase space weights, which are uniform for massless particles.
The algorithm implemented here is motivated by the famous RAMBO algorithm (see here). If the coordinates are generated uniformly in the unit hypercube, the momentum building of FlatPhaseSpaceLayout is equivalent to RAMBO.

TODO

  • finalize the tests
  • add documentation
  • remove patches
  • cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants