37: Bcc Iron Translationally-invariant Wannier Interpolation¶
-
Outline: Perform Wannier interpolation of orbital magnetization using translationally-invariant formulas.
-
Directory:
tutorial/tutorial37/ -
Input Files
-
Fe.scfThepwscfinput file for ground state calculation -
Fe.nscfThepwscfinput file to obtain Bloch states on a uniform grid -
Fe.pw2wanInput file forpw2wannier90 -
Fe.winThewannier90input file
-
-
For both directories, run
pwscfto obtain the ground state of silicon -
Run
pwscfto obtain the Bloch states on a uniform k-point grid. -
Run
wannier90to generate a list of the required overlaps (written into theFe.nnkpfile). -
Run
pw2wannier90to compute the overlap between Bloch states and the projections for the starting guess (written in theFe.mmn,Fe.amn, andFe.uHufiles). -
Run
wannier90to compute the MLWFs. -
Run
postw90to perform Wannier interpolation of orbital magnetization with and without translationally-invariant formulas. You can use the optiontransl_inv_full. -
Do step 6 varying the fermi energy and obtain a graph for the relation between orbital magnetization and the fermi energy. Compare the results of
without_translationandwith_translationdirectories for bothtransl_inv_full = Fandtransl_inv_full = T.
Further ideas¶
- Increase the grid and find out that the
transl_inv_full = Tcase converges faster.