Skip to content

Wrong symmetries when conventional cell #76

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

You must be logged in to vote

Dear Carla,
Sorry for the delay in my reply.
This usually happens when you have a supercell and the quantum espresso code for symmetries on which CellConstructor is based is not able to recognize the Group. You can employ the SPGLIB function for the symmetry by replacing Symmetrize() with Symmetrize(use_spglib = True).
Indeed, you need to have spglib installed (pip install spglib should do the trick).

You can also set this as an option in the sscha minimization (that symmetrization is always done with spglib) setting the use_spglib = True of the SSCHA_Minimizer object (if you are using the python script), otherwise adding the option use_spglib = .true. in the namelist input file.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cverdi
Comment options

@mesonepigreco
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
2 participants