You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2490,7 +2490,7 @@ These variables are relevant to electric field and dipole correction
2490
2490
- True:A dipole correction is also added to the bare ionic potential.
2491
2491
- False: A dipole correction is not added to the bare ionic potential.
2492
2492
2493
-
> Note: If you want no electric field, parameter efield_ampshould be zero. Must be used ONLY in a slab geometry for surface alculations, with the discontinuity FALLING IN THE EMPTY SPACE.
2493
+
> Note: If you do not want any electric field, the parameter `efield_amp`should be set to zero. This should ONLY be used in a slab geometry for surface calculations, with the discontinuity FALLING IN THE EMPTY SPACE.
2494
2494
2495
2495
-**Default**: False
2496
2496
@@ -3539,19 +3539,29 @@ These variables are used to control berry phase and wannier90 interface paramete
3539
3539
3540
3540
-**Type**: Real
3541
3541
-**Description**:
3542
-
cut1 of interval in length gauge\
3543
-
E = E0 , cut1<x<cut2\
3544
-
E = -E0/(cut1+1-cut2) , x<cut1 or cut2<x<1
3542
+
`td_lcut1` is the lower bound of the interval in the length gauge RT-TDDFT, where $x$ is the fractional coordinate:
3543
+
$$
3544
+
E(x)=
3545
+
\begin{cases}
3546
+
E_0, & \mathtt{cut1}\leqslant x \leqslant \mathtt{cut2} \\
3547
+
-E_0\left(\dfrac{1}{\mathtt{cut1}+1-\mathtt{cut2}}-1\right), & \text{$0<x<\mathtt{cut1}$ or $\mathtt{cut2}<x<1$}
3548
+
\end{cases}
3549
+
$$
3545
3550
-**Default**: 0.05
3546
3551
3547
3552
### td_lcut2
3548
3553
3549
3554
-**Type**: Real
3550
3555
-**Description**:
3551
-
cut2 of interval in length gauge\
3552
-
E = E0 , cut1<x<cut2\
3553
-
E = -E0/(cut1+1-cut2) , x<cut1 or cut2<x<1
3554
-
-**Default**: 0.05
3556
+
`td_lcut2` is the upper bound of the interval in the length gauge RT-TDDFT, where $x$ is the fractional coordinate:
3557
+
$$
3558
+
E(x)=
3559
+
\begin{cases}
3560
+
E_0, & \mathtt{cut1}\leqslant x \leqslant \mathtt{cut2} \\
3561
+
-E_0\left(\dfrac{1}{\mathtt{cut1}+1-\mathtt{cut2}}-1\right), & \text{$0<x<\mathtt{cut1}$ or $\mathtt{cut2}<x<1$}
0 commit comments