Difference between revisions of "Quasi-particle properties"

From The Yambo Project
Jump to navigation Jump to search
Line 22: Line 22:
Let's start by building up the input file for an HF calculation by typying:  
Let's start by building up the input file for an HF calculation by typying:  


<code>yambo -x -V all -F hf.in <code>
<code>yambo -x -V all -F hf.in </code>

Revision as of 18:11, 22 March 2017

UNDER CONSTRUCTION (DV)

In this tutorial you will learn how to:

  • calculate quasi-particle correction in HF approximation
  • calculate quasi-particle correction in GW approximation
  • How to choose the input parameter for a meaningful converged calculation
  • How to plot a band structure including quasi-particle corrections

Prerequisites

The HF approximation (yambo -x)

As you have seen in the lectures or textbook the GW self-energy is separated into two components named exchange self-energy (Σx) and correlation self-energy (Σc).

caption

We start by evaluating the exchange Self-Energy and the corresponding Quasiparticle energies (Hartree-Fock energies).

caption

It is important to note that this way we are adding the HF contribution in a perturbative way to previously calculated DFT energies (E=Eo+Σx-Vxc) and hence they will differ from a standard self-consistent HF calculation. Let's start by building up the input file for an HF calculation by typying:

yambo -x -V all -F hf.in