Name: binary atomsk file
Extension: .atsk
Specification: see source code of Atomsk
Visualization programs: none
This file format is specific to Atomsk. It stores the cell vectors, atom positions, ionic shell positions if any (in the sense of an ionic core-shell model), and all auxiliary properties of atoms.
Because it is a binary format it usually uses less disk space than ASCII (text) files, hence it is faster to read and write ATSK files. However it also means that such files cannot be read in a text editor. This format can be useful to read and write intermediate files when invoking Atomsk several times to design a system, especially if the system is large (several 100,000 atoms).
IMPORTANT NOTE: This file format is intended for use with Atomsk only. It is unlikely to ever be transferrable to any other program, and may even not be readable by Atomsk on another computer, nor by a different version of Atomsk. Its use should be restricted to temporary or intermediate files. Saving or archiving files in this format is strongly discouraged.
atomsk system1.cfg -duplicate 10 10 10 temp1.atsk
atomsk system2.xsf -duplicate 12 10 16 temp2.atsk
atomsk --merge y 2 temp1.atsk temp2.atsk final.xsf
The Atomsk binary file format can be useful when manipulating large systems. Note that it is used only for temporary files (temp1.atsk
and temp2.atsk
), and not for the final system (final.xsf
).