spglib / spgrep

On-the-fly generator of space-group irreducible representations
https://spglib.github.io/spgrep/
BSD 3-Clause "New" or "Revised" License
44 stars 6 forks source link

Irreducible Force Constant Examples #150

Closed ejmeitz closed 3 months ago

ejmeitz commented 3 months ago

I was wondering if there are any examples or if you are aware of anyone who has used spgrep to find the irreducible force constants for a given crystal? I saw the examples on lattice vibrations which are very similar, however, not quite what I was after.

I am no expert in group theory, so best I understand it is that the block diagonalization of the dynamical matrix is somehow related to the irreducible form (maybe it is the irreducible form), but then my questions are:

Thanks!

lan496 commented 3 months ago

https://journals.aps.org/prb/abstract/10.1103/PhysRevB.100.014303 This article uses group representation theory to compute an anharmonic phonon. But, currently I am not clear how to implement such a method with spgrep.

https://journals.aps.org/rmp/abstract/10.1103/RevModPhys.40.1 For other resources for irreducible representation for phonon, I recommend this Maradudin's review.

ejmeitz commented 3 months ago

Thanks Ill check those out.