Skip to content

p2ptrans generates weird geometries for simple transition #27

Answered by ftherrien
samtsevich asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @samtsevich,

Looking at your files it seems like you ran p2ptrans with a smaller -n setting of 20, something like:

p2ptrans -I mp-1986.vasp -F mp-2133.vasp -o 1986_2133 -n 20

The output says the following:

WARNING: There are missing atoms in both structures:
Zn2 O2 (File 2) is missing 6 atoms out of 12
Zn1 O1 (File 1) is missing 6 atoms out of 12

This is why you are seeing weird structures where atoms are missing. This is happening because the number of atoms that you are using for mapping is smaller than the transformation cell. In other word p2ptrans does not have enough atoms to reconstruct the full transformation. The resulting transformation mechanism does not make physical sense.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

@ftherrien
Comment options

Answer selected by ftherrien
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
Converted from issue

This discussion was converted from issue #26 on August 02, 2022 15:29.