NiO HSE06: Difference between revisions

From VASP Wiki
(Created page with "Description: Hybrid functional calculation using the HSE For other hybrid functionals ---- *INCAR <pre> NiO HSE06 AFM SYSTEM = "NiO" Elect...")
 
No edit summary
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Description: Hybrid functional calculation using the HSE
Description: Hybrid functional calculation using the HSE06 functional.
For other [[Specific_hybrid_functionals|hybrid functionals]]
----
*INCAR
<pre>
NiO HSE06 AFM
  SYSTEM  = "NiO"


Electronic minimization
It is strongly recommended to start from a converged PBE calculation ([[ISTART|ISTART]] = 1) before beginning with a DFT+HF method. For other [[List_of_hybrid_functionals|hybrid functionals]]
  ENCUT    = 300
  EDIFF    = 1E-4
  LORBIT  = 11
  LREAL = .False.
  ISTART  = 0
  NELMIN = 6


DOS
''<u>Exercise :</u>'' Check the values presented [[NiO_GGA+U|here]].
  ISMEAR  = -5
----
 
*{{TAG|INCAR}}
Magnetism
NiO HSE06 AFM
  ISPIN    = 2
  {{TAGBL|SYSTEM}}  = "NiO"
  MAGMOM  = 2.0 -2.0 2*0  
   
 
Electronic minimization
Mixer
  {{TAGBL|ENCUT}}    = 450
  AMIX    = 0.2
  {{TAGBL|EDIFF}}    = 1E-5
  BMIX    = 0.00001
  {{TAGBL|LORBIT}}  = 11
  AMIX_MAG = 0.8
  {{TAGBL|LREAL}}    = .False.
  BMIX_MAG = 0.00001  
  {{TAGBL|ISTART}}  = 0
 
  {{TAGBL|NELMIN}}  = 6
Hybrid functional
   
  LHFCALC  = .TRUE.
DOS
  HFSCREEN = 0.2  
  {{TAGBL|ISMEAR}}   = -5
</pre>
   
Magnetism
  {{TAGBL|ISPIN}}   = 2
  {{TAGBL|MAGMOM}}   = 2.0 -2.0 2*0.0
   
Mixer
  {{TAGBL|AMIX}}     = 0.2
  {{TAGBL|BMIX}}     = 0.00001
  {{TAGBL|AMIX_MAG}} = 0.8
  {{TAGBL|BMIX_MAG}} = 0.00001  
   
Hybrid functional
  #{{TAGBL|LHFCALC}} = .TRUE.
  #{{TAGBL|HFSCREEN}} = 0.2  
  #{{TAGBL|ALGO}}    = D
  #{{TAGBL|TIME}}    = 0.4


*KPOINTS
*{{TAG|KPOINTS}}
<pre>
<pre>
k-points
k-points
Line 42: Line 45:
</pre>
</pre>


*POSCAR
*{{TAG|POSCAR}}
<pre>
<pre>
NiO
NiO
Line 58: Line 61:


== Download ==
== Download ==
[http://www.vasp.at/vasp-workshop/examples/Ni111clean_400eV.tgz Ni111clean_400eV.tgz]
[[Media:nio_hse06.tgz| nio_hse06.tgz]]
 
----
----
[[VASP_example_calculations|To the list of examples]] or to the [[The_VASP_Manual|main page]]


[[Category:Examples]]
[[Category:Examples]]

Latest revision as of 20:09, 14 March 2022

Description: Hybrid functional calculation using the HSE06 functional.

It is strongly recommended to start from a converged PBE calculation (ISTART = 1) before beginning with a DFT+HF method. For other hybrid functionals

Exercise : Check the values presented here.


NiO HSE06 AFM
  SYSTEM   = "NiO"
    
Electronic minimization
  ENCUT    = 450
  EDIFF    = 1E-5
  LORBIT   = 11
  LREAL    = .False.
  ISTART   = 0
  NELMIN   = 6
    
DOS
  ISMEAR   = -5
    
Magnetism
  ISPIN    = 2
  MAGMOM   = 2.0 -2.0 2*0.0
    
Mixer
  AMIX     = 0.2
  BMIX     = 0.00001
  AMIX_MAG = 0.8
  BMIX_MAG = 0.00001 
    
Hybrid functional
  #LHFCALC  = .TRUE.
  #HFSCREEN = 0.2 
  #ALGO     = D
  #TIME     = 0.4
k-points
 0
gamma
 4  4  4 
 0  0  0
NiO
 4.17
 1.0 0.5 0.5
 0.5 1.0 0.5
 0.5 0.5 1.0
 2 2
Cartesian
 0.0 0.0 0.0
 1.0 1.0 1.0
 0.5 0.5 0.5
 1.5 1.5 1.5

Download

nio_hse06.tgz