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

Mathematica model implementation #171

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

vollous
Copy link
Collaborator

@vollous vollous commented Nov 5, 2024

No description provided.

@vollous vollous marked this pull request as ready for review November 6, 2024 08:13
@lisabiermann lisabiermann added the enhancement New feature or request label Nov 6, 2024
@lisabiermann lisabiermann self-requested a review November 6, 2024 15:52


(*Define input parameters of the potential*)
InputParameters={tanbeta, vs, L1, L2, L3, L4, L5, L6, L7, L8,m12Sq};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about moving the definition of the InputParameters down to before l. 70 where the ListOfDependentParameter is derived? After the knowledge of VHiggsGrad it is much more straight forward to guess which InputParameters are feasible for the model.

{"Derivative with respective to" higgsbase,VHiggsGrad}//Transpose//TableForm


ListOfDependentParameter = Select[RemoveDuplicates[Join[RemoveDuplicates[InputParameters],RemoveDuplicates[Join[par,higgsvev]]]],MemberQ[Join[par,higgsvev],#]&];
Copy link
Collaborator

@lisabiermann lisabiermann Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before this line, you need to import the helper functions, otherwise RemoveDuplicates remains undefined.

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

Successfully merging this pull request may close these issues.

2 participants