HSE SCF calculation for GaAs
atom.config
8 LATTICE 5.65315000 0.00000000 0.00000000 0.00000000 5.65315000 0.00000000 0.00000000 0.00000000 5.65315000 POSITION 31 0.00000000 0.00000000 0.00000000 0 0 0 31 0.00000000 0.50000000 0.50000000 0 0 0 31 0.50000000 0.00000000 0.50000000 0 0 0 31 0.50000000 0.50000000 0.00000000 0 0 0 33 0.25000000 0.25000000 0.25000000 0 0 0 33 0.75000000 0.75000000 0.25000000 0 0 0 33 0.75000000 0.25000000 0.75000000 0 0 0 33 0.25000000 0.75000000 0.75000000 0 0 0
etot.input
4 1 JOB = SCF IN.PSP1 = Ga.SG15.PBE.UPF IN.PSP2 = As.SG15.PBE.UPF IN.ATOM = atom.config MP_N123 = 4 4 4 0 0 0 XCFUNCTIONAL = HSE
As.SG15.PBE.UPF, Ga.SG15.PBE.UPF
As.SG15.PEB.UPF and Ga.SG15.PBE.UPF are the pseudopotential files.
mpirun -np 4 PWmat | tee output
Note Run the command directly
#!/bin/bash #PBS -N SCF #PBS -l nodes=1:ppn=4 #PBS -q batch #PBS -l walltime=100:00:00 ulimit -s unlimited cd $PBS_O_WORKDIR mpirun -np 4 PWmat | tee output
Note Submit the task with a pbs script
grep "E_tot(eV)" REPORT | tail -1 > E_tot(eV) = -.77693865319460E+04 -.2797E-04
grep "total computation time" REPORT > total computation time (sec)= 140.374799013138