mirror of https://gitlab.com/QEF/q-e.git
![]() |
||
---|---|---|
.. | ||
emp | ||
occ | ||
.kc.w2ko.swp | ||
README.md | ||
clean.sh | ||
kc.w2ki | ||
link_wann.sh | ||
nscf.pwi | ||
plot_bands.gnu | ||
run.sh | ||
scf.pwi |
README.md
Initial DFT and Wannier90 calculations, and interface with the KCW code.
- DFT calculation
-
Self-consistent field:
pw.x -in scf.pwi | tee scf.pwo
-
Non-self-consisten field on a regular k-point mesh (needed by Wannier90)
pw.x -in nscf.pwi | tee nscf.pwo
- Separate wannierization for occupied and empty orbitals
-
mv to the occ folder
cd occ
-
Wannier90 pre-processing
wannier90.x -pp wann
-
interface between PW and Wannier90
pw2wannier90.x -in pw2wan.p2wi | tee pw2wan.p2wo
-
Wannierization of the occupied manifold
wannier90.x wann
-
mv to the emp folder
cd ../emp
-
Wannier90 pre-processing
wannier90.x -pp wann
-
interface between PW and Wannier90
pw2wannier90.x -in pw2wan.p2wi | tee pw2wan.p2wo
-
Wannierization of the (lower part of the) empty manifold
wannier90.x wann
- Interface between PWscf,Wannier90 and KCW
-
go back to the working dir
cd ../
-
create a symbolic link to the rotational matrices produced by Wannier90
./link_wann.sh
-
Run kcw.x
kcw.x -in kc.w2ki | tee kc.w2ko