MP2 ground state calculation - Tutorial: Difference between revisions

From VASP Wiki
(Created page with "{{Template:mp2}} This tutorial introduces how to calculate the ground state energy using second order Møller-Plesset perturbation theory (MP2) with VASP. Currently there are...")
 
No edit summary
Line 1: Line 1:
{{Template:mp2}}
{{Template:mp2}}


This tutorial introduces how to calculate the ground state energy using second order Møller-Plesset perturbation theory (MP2) with VASP. Currently there are three implementations for MP2 available:
This tutorial introduces how to calculate the ground state energy using second order Møller-Plesset perturbation theory (MP2) with VASP. Currently there are three implementations available:
* MP2: this was the first implementation in VASP and is very efficient for small systems, i.e. systems with less than ~40 valence electrons per unit cell or unit cells smaller than ~200 ų. The system size scaling of this algorithm is N⁵.
 
* LTMP2: the Laplace transformed MP2 algorithm has a lower scaling (N⁴) than the previous MP2 algorithm and is therefore efficient for large systems with unit cells larger than ~200 ų and more than ~40 valence electrons.
* '''MP2''': this was the first implementation in VASP and is very efficient for small systems, i.e. systems with less than ~40 valence electrons per unit cell or unit cells smaller than ~200 ų. The system size scaling of this algorithm is N⁵.
* stochastic MP2
* '''LTMP2''': the Laplace transformed MP2 algorithm has a lower scaling (N⁴) than the previous MP2 algorithm and is therefore efficient for large systems with unit cells larger than ~200 ų and more than ~40 valence electrons.
* '''stochastic MP2''': faster calculations at the price of statistical noise can be achieved with the stochastic MP2 algorithm. It is an optimal choice for very large systems where only relative errors per valence electron (say 1 meV per valence electron) are relevant. Keeping the absolute error fixed, the algorithm exhibits a cubic scaling with the system size, N³, whereas for a fixed relative errror, a linear scaling, N¹, can be achieved. Note that there is no k-point sampling and no spin polarization implemented for this algorithm.
 
At first, one should select the best algorithm according to the considered system size. In the following, a step by step instruction is presented.


<div style="background:#FFFFFF; border:solid 1px #AAAAAA; padding:0.5em 1em; margin-right:14em;">
<div style="background:#FFFFFF; border:solid 1px #AAAAAA; padding:0.5em 1em; margin-right:14em;">

Revision as of 13:48, 27 March 2018

Template:Mp2

This tutorial introduces how to calculate the ground state energy using second order Møller-Plesset perturbation theory (MP2) with VASP. Currently there are three implementations available:

  • MP2: this was the first implementation in VASP and is very efficient for small systems, i.e. systems with less than ~40 valence electrons per unit cell or unit cells smaller than ~200 ų. The system size scaling of this algorithm is N⁵.
  • LTMP2: the Laplace transformed MP2 algorithm has a lower scaling (N⁴) than the previous MP2 algorithm and is therefore efficient for large systems with unit cells larger than ~200 ų and more than ~40 valence electrons.
  • stochastic MP2: faster calculations at the price of statistical noise can be achieved with the stochastic MP2 algorithm. It is an optimal choice for very large systems where only relative errors per valence electron (say 1 meV per valence electron) are relevant. Keeping the absolute error fixed, the algorithm exhibits a cubic scaling with the system size, N³, whereas for a fixed relative errror, a linear scaling, N¹, can be achieved. Note that there is no k-point sampling and no spin polarization implemented for this algorithm.

At first, one should select the best algorithm according to the considered system size. In the following, a step by step instruction is presented.