Skip to content

Commit 1f926b8

Browse files
authored
Fix a minor LaTeX rendering issue of td_ttype in doc (#6692)
LGTM
1 parent dad7304 commit 1f926b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3882,10 +3882,13 @@ These variables are used to control berry phase and wannier90 interface paramete
38823882
- **Description**:
38833883
Type of electric field in the time domain.
38843884
- 0: Gaussian type function:
3885+
38853886
$$
38863887
E(t) = A \cos\left[2\pi f(t-t_0)+\varphi\right]\exp\left[-\frac{(t-t_0)^2}{2\sigma^2}\right]
38873888
$$
3889+
38883890
- 1: Trapezoid function:
3891+
38893892
$$
38903893
E(t) =
38913894
\begin{cases}
@@ -3895,18 +3898,23 @@ These variables are used to control berry phase and wannier90 interface paramete
38953898
0, & t \geqslant t_3
38963899
\end{cases}
38973900
$$
3901+
38983902
- 2: Trigonometric function:
3903+
38993904
$$
39003905
E(t) = A \cos(2\pi f_1 t + \varphi_1) \sin^2(2\pi f_2 t + \varphi_2)
39013906
$$
3907+
39023908
- 3: Heaviside step function:
3909+
39033910
$$
39043911
E(t) =
39053912
\begin{cases}
39063913
A, & t < t_0 \\
39073914
0, & t \geqslant t_0
39083915
\end{cases}
39093916
$$
3917+
39103918
- **Default**: 0
39113919

39123920
### td_tstart

0 commit comments

Comments
 (0)