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

Implement Stepanov-Sinha formalism #119

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Implement Stepanov-Sinha formalism #119

wants to merge 5 commits into from

Conversation

dschick
Copy link
Owner

@dschick dschick commented May 26, 2023

Implementation of the Stepanov-Sinha magnetic scattering formalism, see #118

@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2023

Codecov Report

Merging #119 (b8f7bb8) into develop (41ba24a) will decrease coverage by 0.28%.
The diff coverage is 14.86%.

❗ 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     
Impacted Files Coverage Δ
udkm1Dsim/simulations/magnetization.py 17.40% <ø> (ø)
udkm1Dsim/simulations/xrays.py 10.95% <13.69%> (+0.11%) ⬆️
udkm1Dsim/__init__.py 100.00% <100.00%> (ø)

# [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\
Copy link
Owner Author

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.

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.

2 participants