WIP: kMatrix for K1#18
Open
phdargen wants to merge 286 commits into
Open
Conversation
…d parameter from Parameter
…propagators, additional unit tests
…or ExpressionParser
bug fix for spin1 pol.vector
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.
Added lineshape modifier to GenericKmatrix to control which channel is returned.
Works like this:
// Returns F_0 = (1-i K_0i) P_i
K(1)(1270)+[GenericKmatrix.channel.1]{rho(770)0{pi+,pi-},K+} 2 1.0 0.000 2 0.0 0.01
// Returns F_1= (1-i K_1i) P_i
K(1)(1270)+[GenericKmatrix.channel.2]{K*(892)0{K+,pi-},pi+} 2 1. 0.0001 2 0.0 0.01
K(1)(1270)+::kMatrix::channels {
K(1)(1270)+[phsp=WollyCusp]{rho(770)0{pi+,pi-},K+}
K(1)(1270)+[phsp=WollyCusp]{K*(892)0{K+,pi-},pi+}
}
If nothing is specified, the first channel is returned (as was previously the case).
Added additional K-matrix and P-vector definitions and 3-body phasespace approximation.
All changes should be backwards compatible.
Remaining issue is to figure out where to include barrier factors and how to normalise them.