Skip to content

Commit 0b77de9

Browse files
authored
Fix a LaTeX rendering issue related to RT-TDDFT parameters in online doc (#5971)
1 parent c7ec092 commit 0b77de9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,11 +3541,7 @@ These variables are used to control berry phase and wannier90 interface paramete
35413541
- **Description**:
35423542
`td_lcut1` is the lower bound of the interval in the length gauge RT-TDDFT, where $x$ is the fractional coordinate:
35433543
$$
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}
3544+
E(x)=\begin{cases}E_0, & \mathtt{cut1}\leqslant x \leqslant \mathtt{cut2} \\-E_0\left(\dfrac{1}{\mathtt{cut1}+1-\mathtt{cut2}}-1\right), & 0 < x < \mathtt{cut1~~or~~cut2} < x < 1 \end{cases}
35493545
$$
35503546
- **Default**: 0.05
35513547

@@ -3555,11 +3551,7 @@ These variables are used to control berry phase and wannier90 interface paramete
35553551
- **Description**:
35563552
`td_lcut2` is the upper bound of the interval in the length gauge RT-TDDFT, where $x$ is the fractional coordinate:
35573553
$$
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$}
3562-
\end{cases}
3554+
E(x)=\begin{cases}E_0, & \mathtt{cut1}\leqslant x \leqslant \mathtt{cut2} \\-E_0\left(\dfrac{1}{\mathtt{cut1}+1-\mathtt{cut2}}-1\right), & 0 < x < \mathtt{cut1~~or~~cut2} < x < 1 \end{cases}
35633555
$$
35643556
- **Default**: 0.95
35653557

0 commit comments

Comments
 (0)