BSEPREC: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Description: {{TAG|BSEPREC}} determines the precision | 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. | ||
---- | ---- | ||
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}}. | 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) || | | Accurate (a) || <math>\times 4</math> || <math>\times 1/10</math> | ||
|- | |- | ||
| High (h) || | | High (h) || <math>\times 3</math> || <math>\times 1/7.5</math> | ||
|- | |- | ||
| Medium (m) || | | Medium (m) || <math>\times 2.5</math> || <math>\times1/6.25</math> | ||
|- | |- | ||
| Low (l) || | | Low (l) || <math>\times 2</math> || <math>\times1/5</math> | ||
|} | |} | ||
For example, the number of steps for {{TAG|BSEPREC}} = Low | For example, the number of steps for {{TAG|BSEPREC}} = Low can be found <math>N_{\rm steps}=\frac{{\rm OMEGAMAX}\times 2}{{\rm CSHIFT}\times5^{-1}}</math> | ||
Line 25: | Line 25: | ||
== Related tag and articles == | == Related tag and articles == | ||
{{TAG|NBANDSO}}, | {{TAG|NBANDSO}}, | ||
[[BSE calculations | [[BSE calculations]] | ||
{{sc|NBANDSV|Examples|Examples that use this tag}} | {{sc|NBANDSV|Examples|Examples that use this tag}} |
Revision as of 10:17, 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