q-point weight #92
-
Good morning, First of all many thanks for developing this fantastic code. I am using Quantum Espresso to calculate the phonons and was just wondering how I can obtain the weight values for each of the q-points. All the best and many thanks, Johannes |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @JohannesMeusburger, thank you for using our code!
|
Beta Was this translation helpful? Give feedback.
-
Is your question solved? @JohannesMeusburger |
Beta Was this translation helpful? Give feedback.
-
Hi Ryan,
Thanks so much for your help and I am sorry I totally forgot to reply.
Setting the verbosity to high worked out perfectly. Thanks again for your
help and also the detailed explanation!
Have a good day,
Johannes
…On Sun, 16 Oct 2022 at 07:43, Ryan ***@***.***> wrote:
Is your question solved? @JohannesMeusburger
<https://github.com/JohannesMeusburger>
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV4I7EJYMTI762233IKWWCDWDOPZTANCNFSM6AAAAAAQ6MVPWE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi @JohannesMeusburger, thank you for using our code!
The reciprocal spaces of phonons and electrons are the same, so if you have the weights of the k-points from electron structure calculations, you can use them directly in your phonon calculations.
Since you are using QE to do phonon calculations, they use the Monkhorst-Pack grid also, as in electron structure calculations. For example, if you have
nq1 = 4
,nq2 = 4
,nq3 = 4
in the phonon input, you can set theK_POINTS
card toautomatic
and mesh to be4 4 4
in the PWscf input. Run for a few seconds and stop, and read the followingwk
values in the output (Setverbosity = 'high'
to see this):