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

documentation missing factor in TSL eq 81 #2082

Closed
andrewmholcomb opened this issue Jun 10, 2022 · 1 comment
Closed

documentation missing factor in TSL eq 81 #2082

andrewmholcomb opened this issue Jun 10, 2022 · 1 comment

Comments

@andrewmholcomb
Copy link

Eq. 81 in section 5.11.2 is missing a factor of 2. Code is correct, only a documentation bug.

mu = 1.0 - 2.0 * energies[k] / E_in;

in docs/source/methods/neutron_physics.rst
this: "\mu = 1 - \frac{E_i}{E}"
should be "\mu = 1 - \frac{2E_i}{E}"

@paulromano
Copy link
Contributor

Thanks for pointing that out @andrewmholcomb! I just added a fix as part of pull request #2081.

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

No branches or pull requests

2 participants