-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement Stepanov-Sinha formalism #119
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #119 +/- ##
===========================================
- Coverage 24.36% 24.09% -0.28%
===========================================
Files 10 10
Lines 3066 3138 +72
===========================================
+ Hits 747 756 +9
- Misses 2319 2382 +63
|
udkm1Dsim/simulations/xrays.py
Outdated
# [empty,empty,empty]]) | ||
# temp=m_epsilon1+m_epsilon2+m_epsilon3 | ||
# MM = np.array([[M[j,...]*M[i,...] for i in range(3)] for j in range(3)]) | ||
# chi = (chi_zero)*delta\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when comparing to Eq.(17) of the paper, there is a term (chi_zero +A)
but here the A (Eq. (19)) is missing.
Implementation of the Stepanov-Sinha magnetic scattering formalism, see #118