Skip to content

Commit 2bf18b9

Browse files
committed
Merge branch 'develop' into fft_float2
2 parents 2e13c7f + 15835bd commit 2bf18b9

File tree

501 files changed

+2722
-28352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

501 files changed

+2722
-28352
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
- [lcao\_dr](#lcao_dr)
5353
- [lcao\_rmax](#lcao_rmax)
5454
- [search\_radius](#search_radius)
55-
- [search\_pbc](#search_pbc)
5655
- [bx, by, bz](#bx-by-bz)
5756
- [elpa\_num\_thread](#elpa_num_thread)
5857
- [num\_stream](#num_stream)
@@ -178,6 +177,7 @@
178177
- [dos\_emax\_ev](#dos_emax_ev)
179178
- [dos\_nche](#dos_nche)
180179
- [stm\_bias](#stm_bias)
180+
- [ldos\_line](#ldos_line)
181181
- [NAOs](#naos)
182182
- [bessel\_nao\_ecut](#bessel_nao_ecut)
183183
- [bessel\_nao\_tolerence](#bessel_nao_tolerence)
@@ -924,12 +924,6 @@ These variables are used to control the numerical atomic orbitals related parame
924924
- **Default**: -1
925925
- **Unit**: Bohr
926926

927-
### search_pbc
928-
929-
- **Type**: Boolean
930-
- **Description**: If True, periodic images will be included in searching for the neighbouring atoms. If False, periodic images will be ignored.
931-
- **Default**: True
932-
933927
### bx, by, bz
934928

935929
- **Type**: Integer
@@ -1712,9 +1706,13 @@ These variables are used to control the output of properties.
17121706

17131707
### out_ldos
17141708

1715-
- **Type**: Boolean
1716-
- **Description**: Whether to output the local density of states for given bias in cube file format, which is controlled by [stm_bias](#stm_bias).
1717-
- **Default**: False
1709+
- **Type**: Integer
1710+
- **Description**: Whether to output the local density of states (LDOS), optionally output precision can be set by a second parameter, default is 3.
1711+
- 0: no output
1712+
- 1: output the partial charge density for given bias (controlled by [stm_bias](#stm_bias)) in cube file format, which can be used to plot scanning tunneling spectroscopys to mimick STM images using the Python script [plot.py](../../../tools/stm/plot.py).
1713+
- 2: output LDOS along a line in real space (controlled by [ldos_line](#ldos_line)). Parameters used to control DOS output are also valid for LDOS.
1714+
- 3: output both two LDOS modes above.
1715+
- **Default**: 0
17181716

17191717
### out_band
17201718

@@ -1993,6 +1991,13 @@ These variables are used to control the calculation of DOS. [Detailed introducti
19931991
- **Default**: 1.0
19941992
- **Unit**: V
19951993

1994+
### ldos_line
1995+
1996+
- **Type**: Real*6 Integer(optional)
1997+
- **Description**: Specify the path of the three-dimensional space and display LDOS in the form of a two-dimensional color chart, see details in [out_ldos](#out_ldos). The first three paramenters are the direct coordinates of the start point, the next three paramenters are the direct coordinates of the end point, and the final one is the number of points along the path, whose default is 100.
1998+
- **Default**: 0.0 0.0 0.0 0.0 0.0 1.0 100
1999+
2000+
19962001
[back to top](#full-list-of-input-keywords)
19972002

19982003
## NAOs
@@ -3586,19 +3591,23 @@ These variables are used to control berry phase and wannier90 interface paramete
35863591
- **Type**: Real
35873592
- **Description**:
35883593
`td_lcut1` is the lower bound of the interval in the length gauge RT-TDDFT, where $x$ is the fractional coordinate:
3594+
35893595
$$
35903596
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}
35913597
$$
3598+
35923599
- **Default**: 0.05
35933600

35943601
### td_lcut2
35953602

35963603
- **Type**: Real
35973604
- **Description**:
35983605
`td_lcut2` is the upper bound of the interval in the length gauge RT-TDDFT, where $x$ is the fractional coordinate:
3606+
35993607
$$
36003608
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}
36013609
$$
3610+
36023611
- **Default**: 0.95
36033612

36043613
### td_gauss_freq

0 commit comments

Comments
 (0)