Skip to content

Symmetry changed when constructing the supercell of CONTCAR . #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ssr619 opened this issue Jan 21, 2025 · 1 comment
Open

Symmetry changed when constructing the supercell of CONTCAR . #24

ssr619 opened this issue Jan 21, 2025 · 1 comment

Comments

@ssr619
Copy link

ssr619 commented Jan 21, 2025

AgBiSe2

THE PROBLEM

when I use the code

pydefect s -p ../unitcell/structure_opt/CONTCAR --matrix 2 1 1

warning appears, like the following

image

Then I use the code to find the conventional cell of CONTCAR

vise si -p ../unitcell/structure_opt/CONTCAR -c

But when I use above command to construct supcell by the conventional cell

pydefect s -p CONTCAR_conventional --matrix 2 1 1

The warning also appears.

image

And the symmetry of the conventional cell(R-3m) is changed compared with the CONTCAR(P-3m1)
image

image

And I want to know how to make the symmetry unchanged when construct the supercell.

  • If you want to know more details about the problem , please tell me.

structure_opt.zip
supercell.zip

@yuuukuma
Copy link
Contributor

I think you get the following message.
WARNING: The input structure differs from the primitive one, possibly due to the symprec value used in pydefect and during the unit cell conversion. Please reconstruct the unit cell using vise. Proceed only if you understand the implications.

You need to change the symprec in pydefect or vise. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants