Solution LAB2 guanine 3

From Wiki Max
Revision as of 12:33, 26 March 2021 by Andrea Ferretti (talk | contribs)
Jump to navigation Jump to search

For calculation of E(N-1) we need to set the following flags in the &SYSTEM namelist:

nspin=2               ! Note, now we have unpaired electrons:
tot_charge=+1         ! charged system
tot_magnetization=1   ! we need to set a total magnetisation

Also, the following option needs to be used for charged systems :

assume_isolated="mt"

Using ecutwfc=50 Ry and 35 au of cell size,

 E_tot(N) = 
 E_tot(N-1) = -192.89782124 Ry

giving

Interestingly, one can run the same set of calculations also using different functionals, including GGAs (PBE), meta-GGAs (eg TPSS or SCAN), hybrids (PBE0), or HF itself.

In order to do this, you can force e.g. the functional from input, by using:

 &SYSTEM
   [...]
   input_dft="PBE0"
 /

How do -eps_HOMO and delta-scf values compare ?