Replies: 4 comments 2 replies
-
Hi Jiyoung,
type, extends(particle) :: phonon
!! Data and procedures related to phonons.
character(len = 2) :: prefix = 'ph'
!! Prefix idenitfying particle type.
integer(i64) :: scell(3)
!! q-mesh used in DFPT or, equivalently, supercell used in finite displencement
!! method for calculating the 2nd order force constants.
... And the quantity is set by the private procedure Regarding the 2nd question: if I hope this answers all of your questions. Best, |
Beta Was this translation helpful? Give feedback.
-
Yes, that's correct.
…On Wed, Jul 17, 2024, 17:59 Jiyoung Kim ***@***.***> wrote:
Thank you so much! That's good to know.
So it doesn't matter even if I use different supercell size for 2nd and
3rd order fc, right?
—
Reply to this email directly, view it on GitHub
<#146 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN7Y2LJRS2Z5VZMNWRZDJ3ZM2IHVAVCNFSM6AAAAABK7IE6SGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBXGU2DKMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Let me get back to you on this sometime next week.
…On Wed, Jul 17, 2024, 19:15 Jiyoung Kim ***@***.***> wrote:
Nakib, I want to make sure of more things.
1.
The scell you mentioned would be 7x7x5 in my case. Is that the same as
N_ph in the equation below when calculating dynamical matrix?
image.png (view on web)
<https://github.com/user-attachments/assets/cf189b1c-6d9b-4dbb-829c-0a1be3e31423>
2.
For the 3rd fc, it is used in calculating ph-ph interaction vertices.
The i, j, k are the atoms' label in the supercell that I used for 3rd fcs
from hiPhive or thirdorder?
3.
I've already done long-range correction for polar material when I
calculated 2nd fcs in QE. If I use polar = .true. in elphbolt as well,
does that mean I am doing correction twice and it would be wrong?
4.
If I want to recalculate after changing the polar = .true. to false,
can I still reuse interaction properties by read_gq2, read_gk2, read_V?
—
Reply to this email directly, view it on GitHub
<#146 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN7Y2KMLOG7JGGLXZJ2PUDZM2REXAVCNFSM6AAAAABK7IE6SGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBXGYYDSMI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Nakib,
I used a q-grid of 7x7x5 for the phonon calculation in QE (which uses density functional perturbation theory), which is then fed to EPW to get the el-ph coupling. So I used 7 7 5 for
coarse_qmesh
in the input file.I used 3rd-order force constants obtained from hiPhive, where atoms are displaced in a 4x4x3 supercell, and 2nd-order force constants from QE with 7x7x5 supercell. Would this be an any issue?
Beta Was this translation helpful? Give feedback.
All reactions