-
Notifications
You must be signed in to change notification settings - Fork 5
should cropping update the positions of atoms? #72
Copy link
Copy link
Open
Labels
discussionthis is not necessarily an issue, but discussion might be good to agree on the right directionthis is not necessarily an issue, but discussion might be good to agree on the right directionquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
discussionthis is not necessarily an issue, but discussion might be good to agree on the right directionthis is not necessarily an issue, but discussion might be good to agree on the right directionquestionFurther information is requestedFurther information is requested
suppose i have a 50 unit cell long structure (25 uc of material A, 25 uc of material B). That's a pretty big area though, and i'm just doing HAADF in the middle, so i can crop it to save memory (and not need to compute such a large potential):
when i do the full-length ADF, i get a periodic structure, as expected:
but what i did not expect was to find my interface still at 25*a. in other words, we cropped the system, but atom positions are still referenced to the original origin of the system, not the new origin of the system. is this weird?
this is more apparent if I try to do HAADF over a smaller region, e.g. a 4|4 unit cell length area, i need to choose coordinates centered on the original system:
and NOT coordinates centered on the new system:
i don't know if this is surprising behavior to anyone else?