-
Notifications
You must be signed in to change notification settings - Fork 0
generate lookup table for space groups #32
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
generate lookup table for space groups #32
Conversation
src/easydiffraction/crystallography/space_group_lookup_table.py
Outdated
Show resolved
Hide resolved
src/easydiffraction/crystallography/space_group_lookup_table.py
Outdated
Show resolved
Hide resolved
I wrote a quick profiling script that just creates a Profiling results on
|
I also benchmarked a more thorough example, which actually performs a fit. The tabulated values helps a lot, the fit takes 42s on develop but only ~8s on the feature branch. On develop, a whopping 35s is taken up by cryspy computing the symmetry operations. On the feature branch, symmetry operations still take up 2s of the runtime, because of Profiling results on
|
@AndrewSazonov this is ready to go |
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.
Looks good to me
Fixes #26
TODO