-
Notifications
You must be signed in to change notification settings - Fork 1
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
DOC: formulate pure SymPy amplitude model #13
Conversation
The idea now is to split this branch to one more branch because one for |
Dear @redeboer |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: |- | ||
${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shenvitor I smuggled in this DX improvement: it aborts CI if additional commits are pushed, in order to save CI time 🌍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Großartig 🙌
Formulate the model from the PWA101 tutorial (ComPWA/compwa.github.io#217, see TR-033) with SymPy. This issue only formulates the model and does some simple visualizations. After #36, the model can be visualized over phase space.
Tip
Merged already, see website here
Tip
See temporary preview here.