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 AmpForm model for K⁺π⁰Λ #29

Merged
merged 52 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
52 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
187b837
new branch for Lambda K Pi via ComPWA
shenvitor Jun 20, 2024
5794adf
Add document title
shenvitor Jun 20, 2024
88b5802
resolve pixi.lock conflict
shenvitor Jun 24, 2024
eb50cdd
resolve pixi.lock conflict again
shenvitor Jun 24, 2024
228d59b
Add Dalitz plot
shenvitor Jun 25, 2024
f62148c
full-width
shenvitor Jun 26, 2024
8d2af40
Merge remote-tracking branch 'origin/main' into LamKPi-channel
shenvitor Jun 26, 2024
47167ad
Add the l and pz to 4
shenvitor Jun 27, 2024
7fdaa0d
Merge branch 'main' into LamKPi-channel
shenvitor Jul 3, 2024
46e8624
hide full amplitude model expression
shenvitor Jul 4, 2024
3cce4ca
showing only first term of model
shenvitor Jul 11, 2024
c6ae2e6
Merge branch 'main' into LamKPi-channel
shenvitor Jul 11, 2024
76cb63b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 11, 2024
10250b3
Overall structure improvement
shenvitor Jul 12, 2024
b879ace
full width for plot
shenvitor Jul 12, 2024
a57aa79
Merge branch 'main' into LamKPi-channel
shenvitor Jul 12, 2024
cd22417
rename file
shenvitor Jul 12, 2024
03fc047
DX: define `lab` task for pixi
redeboer Jul 12, 2024
bc7b625
MAINT: remove 0 from filename
redeboer Jul 12, 2024
b27403b
DX: remove `.virtual_documents` from toctree
redeboer Jul 12, 2024
8de3452
FIX: update filename in `toctree`
redeboer Jul 12, 2024
2f69399
DOC: shorten document titles
redeboer Jul 12, 2024
937184a
DOC: improve cell rendering on webpage
redeboer Jul 12, 2024
43f96fb
MAINT: revert `jax` lower boundary upgrade
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.pixi
.virtual_documents/
node_modules/
**/*.pickle
**/*.json
Loading