-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: split helicity module (#87)
* refactor!: use formulate for expressions * refactor: expose generate_clebsch_gordan * refactor: expose generate_kinematic_variables * refactor: extract _state_to_str * refactor: extract assert_two_body_decay * refactor: hide name_generator member * refactor: improve readability group_transitions * refactor: make StateWithID public * refactor: make TwoBodyDecay public * refactor: make generate_wigner_d public * refactor: make get_transition_label public * refactor: move extract_ang_mom to TwoBodyDecay * refactor: move get_helicity_info to decay * refactor: remove __attempt_int_cast * refactor: remove _transition_info module * refactor: rename __register_parameter_couplings * refactor: rename generate_amplitude_name * refactor: rename generate_coefficient_name * refactor: simplify __generate_intensity function * refactor: switch to sympy.Rational * style: improve definition order helicity module * style: improve method order helicity.naming * style: remove redundant pylint ignores * style: sort kwargs attr.s * test: write more unit tests and match with definitions
- Loading branch information
Showing
20 changed files
with
1,092 additions
and
1,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.