Hello everyone,
Iam doing DFT calculations on GaAs and wanted to check the results for the Monolayer and bilayer. So please guide me how to setup Monolayer and Bilayer in quantum espresso.
This is the input file:
&control
calculation='scf',
restart_mode='from_scratch',
outdir='./tmp',
prefix='gaas',
pseudo_dir='/home/abhi/src/espresso-5.2.1/pseudo/',
/
&system
ibrav=2,
celldm(1)=10.6827,
nbnd=8,
nat=2,
ntyp=2,
ecutwfc=20,
occupations='fixed',
/
&electrons
mixing_beta=0.7,
diagonalization='david'
/
ATOMIC_SPECIES
Ga 69.723 Ga.pbe-n-van.UPF
As 74.92160 As.pbe-n-van.UPF
ATOMIC_POSITIONS alat
Ga 0.0 0.0 0.0
As 0.25 0.25 0.25
K_POINTS automatic
12 12 12 0 0 0
Thanks,
Abhinav