Name: VESTA format
Extension: vesta
Specification: VESTA documentation
Visualization programs: VESTA
Atomsk can read VESTA files. If vectors exist in a VESTA file (after the keyword "VECTR"), then they are read and stored as per-atom auxiliary properties named vecx, vecy, vecz. If the file contains symmetry operations (after the keyword "SYMOP"), then they are applied immediately to all atoms.
When writing a VESTA file, Atomsk ignores symmetry operations, i.e. the space group will be P1. If, among the auxiliary property, three of them have the same prefix followed by x, y and z (for instance forces fx, fy, fz, or velocities vx, vy, vz), then they are written as vectors in the file, so that VESTA can display them as arrows. Note that if values are very small or very large, they will be almost invisible or displayed as extremely large arrows in VESTA. This can be fixed by rescaling the vector components with the option -unit
.
atomsk initial.cfg final.vesta
This will read the file initial.cfg
, and convert it to the file final.vesta
.
atomsk CONTCAR vesta
This will read the VASP file CONTCAR
, and convert it to the file CONTCAR.vesta
.
atomsk file.vesta lammps
This will read the VESTA file file.vesta
, and convert it to the file file.lmp
.