Skip to content

Confusion about the interpolation from a small supercell to a denser q-mesh. #346

Answered by mesonepigreco
jgSi1113 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Yes, you can perform the SSCHA calculation on a 2x2x2 dynamical matrix, then try the interpolation on a 4x4x4 exploiting the Harmonic dynamical matrices computed in the 4x4x4.

To this purpouse:

# Load the final sscha dynamical matrix
dyn_sscha_222 = CC.Phonons.Phonons("my_sscha_222_", nqirr)

# Load the harmonic dynamical matrix in the 2x2x2 q-mesh
dyn_harm_222 =  CC.Phonons.Phonons("harmonic_222_", nqirr)

# Load the harmonic dynamical matrix in the 4x4x4 q-mesh
dyn_harm_444 =  CC.Phonons.Phonons("harmonic_444_", nqirr_big)

# Get the sscha dynamical matrix in a 4x4x4
dyn_sscha_444 = dyn_sscha_222.Interpolate( (2,2,2), (4,4,4), dyn_harm_222, dyn_harm_444)

# Save the final sscha dyna…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jgSi1113
Comment options

@biglinn
Comment options

@biglinn
Comment options

Answer selected by mesonepigreco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants