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

DOC: formulate pure SymPy amplitude model #13

Merged
merged 48 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
27adbdd
first draft of intro
shenvitor May 16, 2024
5580c93
Change of contents and dependency
shenvitor May 16, 2024
e774af9
pgamma virtual state generation!
shenvitor May 16, 2024
7aa239a
ready to go draft of decay and gamma generation
shenvitor May 17, 2024
16a328b
Merge branch 'main' into report0
redeboer May 22, 2024
62d5192
Add ampform as dependency
shenvitor May 22, 2024
3a620ba
draft 1 start to try sp
shenvitor May 24, 2024
e44262f
draft
shenvitor Jun 4, 2024
1f5fe3c
delete test
shenvitor Jun 4, 2024
a67db06
add sp.Ynm
shenvitor Jun 4, 2024
94858f5
add plot draft
shenvitor Jun 4, 2024
24bc042
draft of plots for A31
shenvitor Jun 4, 2024
8d4a00d
draft2 make index correct
shenvitor Jun 5, 2024
b645374
plots of A12
shenvitor Jun 5, 2024
58138d7
Componenets of A12 A23 A31 and Argand diagrams
shenvitor Jun 7, 2024
5bf3922
delete duplicate equation label
shenvitor Jun 7, 2024
b7310d4
matplotlib
shenvitor Jun 12, 2024
9e030ba
remove pgamma state file which is in report0 branch
shenvitor Jun 12, 2024
1ea37fe
Add all-in-one for sections of transitions and amplitude model
shenvitor Jun 12, 2024
f613efb
Add full example until generate data section
shenvitor Jun 13, 2024
b35f445
draft in start of perform fit
shenvitor Jun 13, 2024
387351c
limit resonances and add max angular momentum and spin magnitude
shenvitor Jun 18, 2024
28ba866
add section to index
shenvitor Jun 19, 2024
ede2ae7
Merge branch 'main' into symbolic
shenvitor Jun 19, 2024
f4f74f9
draft before splitting the branch
shenvitor Jun 19, 2024
fb1d49f
Merge branch 'main' into symbolic
shenvitor Jun 19, 2024
e9ac6a5
fix naming error
shenvitor Jun 20, 2024
a390b9a
number of events
shenvitor Jun 20, 2024
c4502ee
remove files of etapip and lamkpi ComPWA
shenvitor Jun 20, 2024
2646c02
Merge branch 'main' into symbolic
shenvitor Jun 20, 2024
8ff92f6
add phsp generation draft
shenvitor Jun 25, 2024
89e416f
Merge remote-tracking branch 'origin/main' into symbolic
shenvitor Jun 26, 2024
51e2804
Merge branch 'main' into symbolic
shenvitor Jul 3, 2024
b16e397
add introduction words
shenvitor Jul 9, 2024
d6d093a
delete plots and phase space generation
shenvitor Jul 9, 2024
6d087eb
Merge branch 'main' into symbolic
shenvitor Jul 11, 2024
8ca67cc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 11, 2024
1a39115
Merge branch 'main' into symbolic
shenvitor Jul 11, 2024
ff3412a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 11, 2024
52c6c05
remove commented-out code and change mixed case
shenvitor Jul 11, 2024
826b203
order rearrange and title change
shenvitor Jul 11, 2024
dff5e1c
DOC: improve cell rendering on webpage
redeboer Jul 12, 2024
96c0694
DOC: collect visualization plots at end of notebook
redeboer Jul 12, 2024
d3a69c9
MAINT: remove redundant `sympy.Function` definition
redeboer Jul 12, 2024
98a5dc3
MAINT: use `import sympy as sp` only
redeboer Jul 12, 2024
38da688
DOC: merge plots
redeboer Jul 12, 2024
654889f
MAINT: revert `jax` lower boundary upgrade
redeboer Jul 12, 2024
e42b457
DX: abort CI on additional pushes
redeboer Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Documentation
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: |-
${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}
Comment on lines +2 to +5
Copy link
Member

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 🌍

on:
pull_request:
branches: [main]
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ address to the issue ✅ [ComPWA/gluex-nstar#1](https://github.com/ComPWA/g

```{toctree}
reaction
symbolics
pgamma-state
branching-fraction
ampform/etapi0p
Expand Down
Loading