File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
docs/advanced/input_files Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments