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

Documentation for generate momenta interface #113

Open
AntonReinhard opened this issue Aug 19, 2024 · 0 comments
Open

Documentation for generate momenta interface #113

AntonReinhard opened this issue Aug 19, 2024 · 0 comments
Labels
07 - Documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@AntonReinhard
Copy link
Member

The documentation for the AbstractProcessDefinition should mention that the functions

_generate_incoming_momenta(
    proc::AbstractProcessDefinition,
    model::AbstractModelDefinition,
    phase_space_def::AbstractPhasespaceDefinition,
    in_phase_space::NTuple{N,T},
) where {N,T<:Real}

_generate_outgoing_momenta(
    proc::AbstractProcessDefinition,
    model::AbstractModelDefinition,
    phase_space_def::AbstractPhasespaceDefinition,
    in_phase_space::NTuple{N,T},
    out_phase_space::NTuple{M,T},
) where {N,M,T<:Real}

need to be implemented to generate PhaseSpacePoints from coordinates of a specific PhasespaceDefinition.

@AntonReinhard AntonReinhard added good first issue Good for newcomers 07 - Documentation Improvements or additions to documentation labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
07 - Documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant