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

WIP: kMatrix for K1 #18

Open
wants to merge 286 commits into
base: master
Choose a base branch
from
Open

WIP: kMatrix for K1 #18

wants to merge 286 commits into from

Conversation

phdargen
Copy link
Contributor

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.

tevans1260 and others added 30 commits March 27, 2019 15:02
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.

3 participants