Regarding obtaining detailed information about the new structure #169
-
|
Dear SSCHA Expert, I am reaching out to convey my enthusiastic interest in SSCHA. I am relatively new to using the SSCHA code, and I have recently completed an example involving the strucure relaxation with temperature of an Au. I have some inquiries regarding obtaining detailed information about the new structure resulting from the calculation:
Your guidance and insights on these matters would be greatly appreciated. Sincerely, Prutthipong |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
Hi Prutthipong, The informations are stored in the dynamical matrices files. These files (13 in case of gold on a 4x4x4 supercell) contain the structure in the primitive cell dynamical matrix in Fourier space on a 4x4x4 q-mesh. The 13 files are different points in the 4x4x4 q-mesh that are inequivalent by symmetry (there is no symmetry that convert one of this 13 q points into the other). This 13 number changes depending on symmetries, supercell and structure. You can load the final dynamical matrix and extract the structure (in the primitive cell) with You can then print the volume, the coordinates of the atoms with: You can even convert the structure into an ASE atoms and visualize in 3D: You can save as a cif using ASE or any other format you like and parse and analyze also with different softwares. Regarding the supercell: the calculation is performed in the supercell, however the average positions of the atoms is still defined in the primitive cell, therefore, the dynamical matrix stores the average positions of atoms (in the primitive cells). To generate the structure in the supercell you can use: To extract a random ensemble at the correct temperature (with atoms in the dispaced configurations that sample thermal and quantum fluctuations) you must use the dynamical matrix Then you can use these structure to do extra calculation (like the bandgap that will be renormalized with electron-phonon coupling effects). Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I want to express my sincere gratitude for your valuable suggestions and support. Your guidance has significantly enhanced my comprehension of how to utilize the SSCHA code. |
Beta Was this translation helpful? Give feedback.

Hi Prutthipong,
We are very happy to see your enthusiasm! Thanks for reaching out.
The informations are stored in the dynamical matrices files.
In the tutorial it is saved on a file with the following line:
These files (13 in case of gold on a 4x4x4 supercell) contain the structure in the primitive cell dynamical matrix in Fourier space on a 4x4x4 q-mesh. The 13 files are different points in the 4x4x4 q-mesh that are inequivalent by symmetry (there is no symmetry that convert one of this 13 q points into the other). This 13 number changes depending on symmetries, supercell and structure.
You can load the final dynamical matrix and extract the str…