Linux installation instructions
Use modules to load the applications available in the scientific application stack. Please contact IT Linux Support or open a ticket with the IT Help Desk to install a new version of this application.
First, prepare the input files - FDF file & the pseudopotential reference file(s) (.fdf
& .psf
)
$ module load siesta
Go to your working directory where your input file is:
$ cd <your_working_directory>
Then run siesta with your input file (e.g. h2o.fdf):
$ siesta < h2o.fdf
After a successful run (in this example, H2O), there should be following files:
fdf.log | contains all the data used, explicit or chosen by default |
O.ion ,H.ion | complete information about the basis and KB projectors |
h2o.XV | contains positions and velocities |
h2o.STRUCT_OUT | contains the final cell vectors and positions in “crystallographic” format |
h2o.DM | contains the density matrix to allow a restart |
h2o.ANI | contains the coordinates of every MD step, in this case only one |
h2o.FA | contains the forces on the atoms |
h2o.EIG | contains the eigenvalues of the Kohn-Sham Hamiltonian |
h2o.xml | XML marked-up output |