-
-
Notifications
You must be signed in to change notification settings - Fork 60
File formats
The currently accepted file formats are files with these endings:
-
tb, sisl file format for geometry/tight-binding models in pure ASCII format.
-
xyz, standard coordinate format
NOTE that sisl uses the comment field in the xyz file to store the unit-cell. Hence, unit-cell sizes are preserved in xyz files read/generated by sisl.
-
nc, reads/writes NetCDF4 files created by SIESTA.
-
TBT.nc/PHT.nc, reads NetCDF4 files created by TBtrans/PHtrans.
-
fdf, SIESTA native input file format.
-
XV, SIESTA native coordinate format for MD re-runs.
-
POSCAR/CONTCAR, VASP coordinate format.
NOTE the current implementation does not contain atomic species, i.e. the returned geometry is made of Hydrogen atoms.
-
gout, reads geometries from GULP output
NOTE that sisl currently does not implement writing GULP input files.
-
ascii, reads geometries from BigDFT ascii input files.
-
win, reads geometries and Hamiltonians Wannier90 files (_hk.dat and _centres.xyz)
-
xsf, reads geometries from xsf files with possible associated vector components (forces)
Many more files have entered the code base and the list is continuously extended. Please see the documentation for complete details of covered files.