BSEPREC: Difference between revisions

From VASP Wiki
No edit summary
m (Tal moved page Construction:BSEPREC to BSEPREC)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TAGDEF|BSEPREC|Low {{!}} Medium {{!}} High {{!}}  Accurate | Medium}}
{{TAGDEF|BSEPREC|Low {{!}} Medium {{!}} High {{!}}  Accurate | Medium}}


 
Description: {{TAG|BSEPREC}} determines the precision of the time-evolution algorithm for solving the Bethe-Salpeter or Casida equations, i.e., the timestep and the number of steps.  
Description: {{TAG|BSEPREC}} determines the precision for the time-evolution calculation in BSE and TDDFT, i.e., the step size and the number of steps.  


----
----
The timestep in the time-evolution calculation is inversely proportional to the maximum transition energy {{TAG|OMEGAMAX}} and the number of steps is inversely proportional to the broadening {{TAG|CSHIFT}}. To make the algorithm sufficiently stable these parameters are scaled depending on the precision tag {{TAG|BSEPREC}}.
The timestep in the time-evolution calculation is inversely proportional to the maximum transition energy {{TAG|OMEGAMAX}} and the number of steps is inversely proportional to the broadening {{TAG|CSHIFT}}. Depending on the {{TAG|BSEPREC}}  stable these parameters are scaled depending on the precision tag {{TAG|BSEPREC}}.


::{| cellpadding="5" cellspacing="0" border="1"
{| cellpadding="5" cellspacing="0" border="1"
! BSEPREC !! OMEGAMAX !! CSHIFT
! BSEPREC !! OMEGAMAX !! CSHIFT
|-
|-
| Accurate (a) || ×4 || ×10  
| Accurate (a) || <math>\times 4</math> || <math>\times 1/10</math>
|-
|-
| High (h) || &times;3 || &times;7.5
| High (h) || <math>\times 3</math> || <math>\times 1/7.5</math>
|-
|-
| Medium (m) || &times;2.5 || &times;6.25
| Medium (m) || <math>\times 2.5</math> || <math>\times1/6.25</math>
|-
|-
| Low (l)  || &times;2 || &times;5
| Low (l)  || <math>\times 2</math> || <math>\times1/5</math>
|}
|}


For example, the number of steps for {{TAG|BSEPREC}} = Low is <math>N_{\rm steps}=\frac{OMEGAMAXx2}{CSHIFTx5}
For example, the number of steps <math>N_{\rm steps}</math> for {{TAG|BSEPREC}} = Low can be found via <math>N_{\rm steps}=\frac{{\rm OMEGAMAX}\times 2}{{\rm CSHIFT}/5}</math>
 
 
 
== Related tag and articles ==
== Related tag and articles ==
{{TAG|IBSE}},
{{TAG|NBANDSV}},
{{TAG|NBANDSO}},
{{TAG|NBANDSO}},
{{TAG|CSHIFT}},
{{TAG|OMEGAMAX}},
[[BSE calculations]],
[[BSE calculations]],
[[timepropagation]]
[[Time-dependent density-functional theory calculations]],
 
[[Bethe-Salpeter equations]]
{{sc|NBANDSV|Examples|Examples that use this tag}}
----
----
[[Category:INCAR tag]] [[Category:Many-body perturbation theory]][[Category:Bethe-Salpeter equations]]
[[Category:INCAR tag]] [[Category:Many-body perturbation theory]][[Category:Bethe-Salpeter equations]]

Latest revision as of 11:59, 20 October 2023

BSEPREC = Low | Medium | High | Accurate
Default: BSEPREC = Medium 

Description: BSEPREC determines the precision of the time-evolution algorithm for solving the Bethe-Salpeter or Casida equations, i.e., the timestep and the number of steps.


The timestep in the time-evolution calculation is inversely proportional to the maximum transition energy OMEGAMAX and the number of steps is inversely proportional to the broadening CSHIFT. Depending on the BSEPREC stable these parameters are scaled depending on the precision tag BSEPREC.

BSEPREC OMEGAMAX CSHIFT
Accurate (a)
High (h)
Medium (m)
Low (l)

For example, the number of steps for BSEPREC = Low can be found via

Related tag and articles

IBSE, NBANDSV, NBANDSO, CSHIFT, OMEGAMAX, BSE calculations, Time-dependent density-functional theory calculations, Bethe-Salpeter equations