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

unitarity constaint #524

Draft
wants to merge 7 commits into
base: development
Choose a base branch
from
Draft

Conversation

wkotlarski
Copy link

@wkotlarski wkotlarski commented Feb 26, 2023

This PR creates a wrapper over SARAH`s unitarity constraint calculation.

How it works:
We create a matrix of functions

matrix[0][0] = [&model,sChan,tChan,uChan,qChan](double sqrtS) {
...
}

each function being one process, e.g. {Ah, hh}->{Ah, hh}. We maximize each entry over $\sqrt{s}$ and then select maximal entry.

TODO:

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

Successfully merging this pull request may close these issues.

None yet

1 participant