Long range correction and wigner phonons #146
-
Dear developers @cepellotti @jcoulter12, Thank you for the great code - I find it to be easy to install and super fast for doing phonon transport calculations! I have a couple of (perhaps naive) quires about phonon transport calculations in Phoebe-
Looking forward to your valuable insights. Thanks a lot for your time :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Alex, It's great to hear you're enjoying Phoebe! For your first question, this is indeed possible if you prepare the phononpy BORN file, as indicated here: and then set the new Phoebe input variable (also added now to the documentation of inputs):
You should be able to add this correction to the IFC2s and see the optical band splitting. Let us know if this doesn't go as expected for any reason. I've tested it on a few systems, but you never know. On your second question, thanks for the feedback -- I can see how the Wigner contribution output is a little bit confusing. We'll likely update this soon to a better format. Fortunately, if you're interested only in the phonon thermal conductivity, the Wigner correction is simply additive. There's actually a short note about this in the "Output" section of the phonon transport tutorial:
Let us know if you have any more questions or issues, |
Beta Was this translation helpful? Give feedback.
Hi Alex,
It's great to hear you're enjoying Phoebe!
We're released a few minor changes to develop branch in response to your questions.
For your first question, this is indeed possible if you prepare the phononpy BORN file, as indicated here:
https://phonopy.github.io/phonopy/input-files.html#born-optional
and then set the new Phoebe input variable (also added now to the documentation of inputs):
phonopyBORNFileName = "BORN"
You should be able to add this correction to the IFC2s and see the optical band splitting. Let us know if this doesn't go as expected for any reason. I've tested it on a few systems, but you never know.
On your second question, thanks for the feedback -- I can see ho…