Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the angular-observable layer for exclusive (B\to V\ell^+\ell^-) decays by extending the forward-backward asymmetry (A_\mathrm{FB}) to include the (J_{6c}) term (relevant with scalar operators / lepton-mass effects) and registering a new CP-odd observable for the forward-backward asymmetry, (A_\mathrm{FB}^\mathrm{CP}), in the bvll observable registry.
Changes:
- Extend
AFB_experiment_numandAFB_theory_numto include both'6s'and'6c'angular terms. - Add
AFBCP_experiment_numbased on the corresponding CP-asymmetric angular terms. - Register
'AFBCP'in_observablesso it is available as a standard observable/prediction.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the calculation of the forward-backward asymmetry (AFB) and introduces a new observable for the CP asymmetry of the forward-backward asymmetry (AFBCP) in the
flavio/physics/bdecays/bvll/observables.pymodule. The changes include the full expression of AFB in the presence of scalar operators, and extend the set of available observables.Improvements to AFB calculation:
AFB_experiment_numandAFB_theory_num) now include both the'6s'and'6c'angular terms. Even though the'6c'vanishes in the absence of scalar operators or without lepton mass effects, it is now included for completeness.Addition of new CP asymmetry observable:
AFBCP_experiment_numis added to compute the CP asymmetry of the forward-backward asymmetry, and the corresponding observable'AFBCP'is registered in the observables dictionary, making this quantity available for analysis.