Fleur
Installed versions
Resource | Version |
---|---|
Dardel/cpe23.12 | MaX7.0 |
Dardel/cpe23.03 | MaX7.0 |
General information
FLEUR is a feature-full, freely available FLAPW (full-potential linearized augmented planewave) code, based on density-functional theory. More information at https://www.flapw.de.
The FLEUR module can be loaded with
ml PDC/<version>
ml fleur/max7.0-cpeGNU-23.12
As an example, the basic structural input for Si crystal can read as
alpha Si
&input film=f /
&lattice latsys='cF' a0=2.67247737973 a=3.86709 /
2
14 0.125 0.125 0.125
14 -0.125 -0.125 -0.125
&kpt div1=3 div2=3 div3=3 tkb=0.0005 /
#!/bin/bash
#SBATCH -A naissYYYY-X-XX
#SBATCH -J fleurjob
#SBATCH -p main
#SBATCH -N 1
#SBATCH --ntasks-per-node=128
#SBATCH -t 00:10:00
ml PDC/23.12
ml fleur/max7.0-cpeGNU-23.12
# Run first the input generator
srun -n 1 inpgen -f input.file > inpgen.log
# Run the parallel version of FLEUR
srun fleur_MPI > out.log