-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: add option to use decay LS-couplings (#32)
* BEHAVIOR: do not evaluate sqrt normalization factor * DOC: use only LS-couplings in J/psi model * FIX: insert correct final state spins in Clebsch-Gordan * MAINT: define spin as `tuple` This is better for typing in case of unpacking the tuple * MAINT: move `parameter_defaults` assignment one level up This is better for the diff when removing the Kronecker delta skip * MAINT: remove redundant LS is not `None` check * MAINT: rename CG function to plural * MAINT: upgrade Jupyter Python kernels
- Loading branch information
Showing
3 changed files
with
117 additions
and
42 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