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

feat: implement basic kinematics functionality of the helicity formalism #39

Merged
merged 10 commits into from
Apr 27, 2020

Conversation

spflueger
Copy link
Member

Closes #3

Note: Some functionality of the ComPWA kinematics is still missing #15, #38.

@codecov
Copy link

codecov bot commented Apr 24, 2020

Codecov Report

Merging #39 into master will increase coverage by 0.62%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   82.45%   83.07%   +0.62%     
==========================================
  Files          24       24              
  Lines        2542     2618      +76     
==========================================
+ Hits         2096     2175      +79     
+ Misses        446      443       -3     
Impacted Files Coverage Δ
...ensorwaves/physics/helicityformalism/kinematics.py 88.50% <ø> (+33.96%) ⬆️
...ensorwaves/expertsystem/state/conservationrules.py 84.83% <0.00%> (-4.51%) ⬇️
tensorwaves/expertsystem/state/propagation.py 83.07% <0.00%> (-4.17%) ⬇️
tensorwaves/interfaces.py 100.00% <0.00%> (+100.00%) ⬆️

@redeboer
Copy link
Member

Failed job will be fixed by #42

@spflueger spflueger requested a review from redeboer April 27, 2020 11:47
@redeboer redeboer changed the title Implement basic kinematics functionality of the helicity formalism feat: implement basic kinematics functionality of the helicity formalism Apr 27, 2020
@redeboer
Copy link
Member

Good work, also nicely documented! If this module is required to move on with the development, I'm happy to approve and discuss the bigger issues (final state ID and namespaces) separately.

Copy link
Member

@redeboer redeboer left a comment

Choose a reason for hiding this comment

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

LGTM

@spflueger spflueger merged commit d02fbdd into ComPWA:master Apr 27, 2020
redeboer pushed a commit that referenced this pull request May 5, 2020
* feat: add helicity kinematics
* test: add test for helicity angle calculation
* refactor: adapt to new Kinematics interface
* docs: add doc strings to helicity kinematics
* ci: add doc/conf.py to blacklist of linters
* docs: add `__eq__` to shown members of the API
@spflueger spflueger deleted the kinematics branch May 8, 2020 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add kinematics functionality
2 participants