-
Notifications
You must be signed in to change notification settings - Fork 125
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
abs(coeff2*qqm*term3*term5) #2
Comments
Hi, This is not an error. In Ref [http://dx.doi.org/10.1063/1.4742167], the corresponding formula indeed shows a squared expression that should be written The correct expression has no squared term, as I just verified from the expressions given in the article. The calculation of the minimum deviation angle can be derived from Ref [http://dx.doi.org/10.1143/JPSJ.67.4084] with some effort. I will make a note about this in the documentation. Cheers |
OK, thank you very much. |
In line 325 of the file /src/Collisions/Collisions.cpp, should the expression
abs(coeff2*qqm*term3*term5)
beabs(coeff2*qqm*term3*term5*term5)
?The text was updated successfully, but these errors were encountered: