Phonon Calculation Roadmap Without Phonopy Dependency? #122
stefanbringuier
started this conversation in
Ideas
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Curious what the roadmap or intention is for implementing phonon calculations without the Phonopy dependency in the example script? I gave this a shot by implementing the finite-displacement method using ASE as a reference, but performing all calculations in PyTorch. It worked (though it was unexpectedly super sensitive to atom displacements), but the Phonopy-based script was much more performant, so I abandoned the feature.
That said, my implementation doesn't offer much value in the grand scheme of things imo, as it I think it makes more sense to try and leverage autograd to compute more accurate harmonic force constants and higher-order terms. Wondering if this is what the team envisions?
Beta Was this translation helpful? Give feedback.
All reactions