-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Release 1.0.7] model updates #544
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Corrected equation one by removing the incorrect $\sin\alpha$ term in equation one. Also replaced P(q) with I(q) which is more correct in this case and eventually should be normalized across all models. Also updated the "last modified by" tag
Actually, there is no need in this documentation really to go into the numerical integration detail even it if were used. But since it is not I just removed the offending line.
This should fix the BCC calculation. Still need to fix FCC and then the documentation to both.
This should fix the BCC and FCC calculations. The documentation is also fixed. Mostly this is from Jonathan Gaudet's work but some of the documentation has been updated by me.
Updated the BCC docs with corrections but more importantly adding the full description of the equations used as given by jonathan Gaudet in his latex writeup. Also fixed the unit test, but it would be helpful to have an independent assesment of the correct answers. At which point some better unit test coverage could be provided. Note that this change drops the intensities by about half!
Fixed the unit test, but it would be helpful to have an independent assesment of the correct answers. At which point some better unit test coverage could be provided.
updated comments
…f zero will yield Iq=0
This should now be correct. However I do need to fix all docs to remove referene to |f_0|^2 which is just the P(q). that will be another commit however.
Removed spurious reference to |f(0)|^2 which is just the structure factor P(q). The equation was thus essentially already given at the beginning and would have just been confusing with no real information content.
krzywon
approved these changes
Jan 27, 2023
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.
Previously reviewed. No changes between the review and here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This cherry picks changes to two types of models.
The second bullet fixes a long standing problem with the paracrystal models (not just the documentation)