Simulation Tool for Atom TEchnology
To compile STATE, LAPACK and FFTW3 are required in addition to the fortran90 compiler. Note that how to compile STATE is slightly different depending on the version.
/home/hamada/STATE/src/STATE_5.6.1and pseudopotentia directory,
/home/hamada/STATE/gncppLet us assume pot_C_pbe1 and pot_O_pbe1 are the pseudopotential files for C and O, respectively. In the working directory execute
ln -s /home/hamada/STATE/src/STATE_5.6.1/STATEand
ln -s /home/hamada/STATE/gncpp/pot_C_pbe1 fort.37 ln -s /home/hamada/STATE/gncpp/pot_O_pbe1 fort.38Set the source and pseudopotential directories according to your environment. Then execute
mpirun -np 2 STATE < nfinp_1 > nfout_1where "nfinp_1" and "nfout_1" are the input and output files for CO, respectively. Here we use 2 processors, but the command change depending on the environment.
Pseudopotentials are located in "gncpp" directory. Information can be found in the header of the pseudopotential files.
78 10 1 1 : natomn, ival, iloc, itpcc ggapbe : name
To be added