Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/advanced/input_files/input-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3882,10 +3882,13 @@ These variables are used to control berry phase and wannier90 interface paramete
- **Description**:
Type of electric field in the time domain.
- 0: Gaussian type function:

$$
E(t) = A \cos\left[2\pi f(t-t_0)+\varphi\right]\exp\left[-\frac{(t-t_0)^2}{2\sigma^2}\right]
$$

- 1: Trapezoid function:

$$
E(t) =
\begin{cases}
Expand All @@ -3895,18 +3898,23 @@ These variables are used to control berry phase and wannier90 interface paramete
0, & t \geqslant t_3
\end{cases}
$$

- 2: Trigonometric function:

$$
E(t) = A \cos(2\pi f_1 t + \varphi_1) \sin^2(2\pi f_2 t + \varphi_2)
$$

- 3: Heaviside step function:

$$
E(t) =
\begin{cases}
A, & t < t_0 \\
0, & t \geqslant t_0
\end{cases}
$$

- **Default**: 0

### td_tstart
Expand Down
Loading