-
Notifications
You must be signed in to change notification settings - Fork 5
Add SO(3)/O(3)-averaging calculator wrappers #85
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
base: main
Are you sure you want to change the base?
Conversation
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.
The code looks fine overall, it would need some tests and documentation (maybe even worth a separate tutorial!)
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 overall, thanks a lot!
Do you also want to add a tutorial here explaining why one would want to use this (I guess computing phonons?)
Co-authored-by: Guillaume Fraux <[email protected]>
…on-periodic systems
I would pospone tutorials at a later stage (I can open an issue about it) |
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, only a couple of small improvement suggestions from me.
I would pospone tutorials at a later stage (I can open an issue about it)
That works, but please do open an issue about it!
| :param \*\*kwargs: additional arguments passed to the ASE Calculator constructor | ||
| """ | ||
|
|
||
| implemented_properties = ["energy", "forces", "stress"] |
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.
should this also do per-atom "energies"?
| return P0, P1, P2, P3 | ||
|
|
||
|
|
||
| class MockAnisoCalculator: |
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.
Instead of making this an ase Calculator, could we make it a metatomic model? This was we can re-use it if/when we move to make rotational average available for everyone.
Contributor (creator of pull-request) checklist
Reviewer checklist
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request
📚 Download documentation for this pull-request