Error in symmetry detection
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 8
- Joined: Tue Jun 14, 2005 9:10 pm
Error in symmetry detection
I attach a structure that has space group 227 (cubic, point group m-3m) according to findsym but VASP reports D_3d point symmetry. The structure is a decorated supercell of a Heusler compound. The full VASP input and standard out are attached. "grep sym OUTCAR" to see symmetry report. This occurs in VASP 5.4.1 and also 6.4.1.
You do not have the required permissions to view the files attached to this post.
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Error in symmetry detection
The symmetry output in VASP has two lines:
The first is "The static configuration has the point symmetry D_3d." This is not the point group but the point symmetry operations without any translation (only 12 in this case). This is meant by "static configuration".
The second line "The point group associated with its full space group is O_h ." is probably the more important for you. This reports the point group of the system if translation operations are also taken into account (so point group operations that arise if atoms are translated). O_h is the same as m-3m. I also checked the structure in Findsym which reports O_h spacegroup. So both codes agree.
Unfortunately VASP doesn't output the space group although all spacegroup operations are known. You can also output all the space group and point group operations by setting NWRITE=3 in the INCAR file.
The first is "The static configuration has the point symmetry D_3d." This is not the point group but the point symmetry operations without any translation (only 12 in this case). This is meant by "static configuration".
The second line "The point group associated with its full space group is O_h ." is probably the more important for you. This reports the point group of the system if translation operations are also taken into account (so point group operations that arise if atoms are translated). O_h is the same as m-3m. I also checked the structure in Findsym which reports O_h spacegroup. So both codes agree.
Unfortunately VASP doesn't output the space group although all spacegroup operations are known. You can also output all the space group and point group operations by setting NWRITE=3 in the INCAR file.
-
- Newbie
- Posts: 8
- Joined: Tue Jun 14, 2005 9:10 pm
Re: Error in symmetry detection
Git it, thanks so much for the info.