You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/parameters.yaml
+34-5Lines changed: 34 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,22 @@ parameters:
224
224
default_value: "0.0"
225
225
unit: ""
226
226
availability: ""
227
+
- name: koffset
228
+
category: System variables
229
+
type: Vector of Real (3 values)
230
+
description: |
231
+
Set offsets for automatic k-point mesh generated by kspacing, in each reciprocal direction. This parameter is only effective when kspacing > 0.0 and gamma_only is false.
232
+
default_value: 0.0 0.0 0.0
233
+
unit: ""
234
+
availability: ""
235
+
- name: kmesh_type
236
+
category: System variables
237
+
type: String
238
+
description: |
239
+
Set mesh type used for automatic k-point mesh generated by kspacing. Available options are gamma and mp. This parameter is only effective when kspacing > 0.0 and gamma_only is false.
240
+
default_value: gamma
241
+
unit: ""
242
+
availability: ""
227
243
- name: min_dist_coef
228
244
category: System variables
229
245
type: Real
@@ -1690,10 +1706,14 @@ parameters:
1690
1706
availability: ""
1691
1707
- name: cal_syns
1692
1708
category: Molecular dynamics
1693
-
type: Boolean
1709
+
type: "Boolean [Integer](optional)"
1694
1710
description: |
1695
1711
Whether to calculate and output asynchronous overlap matrix for Hefei-NAMD interface. When enabled, calculates <phi(t-1)|phi(t)> by computing overlap between basis functions at atomic positions from previous time step and current time step. The overlap is calculated by shifting atom positions backward by velocity x md_dt. Output file: OUT.*/syns_nao.csr in CSR format.
1696
1712
1713
+
* 0 or false: disable
1714
+
* 1 or true: enable with default precision (8 digits)
1715
+
* 1 5: enable with custom precision (5 digits)
1716
+
1697
1717
[NOTE] Only works with LCAO basis and molecular dynamics calculations. Requires atomic velocities. Output starts from the second MD step (istep > 0).
1698
1718
default_value: "False"
1699
1719
unit: ""
@@ -1715,6 +1735,7 @@ parameters:
1715
1735
* vw: von Weizsacker (vW) functional
1716
1736
* tf+: TF + vW functional
1717
1737
* wt: Wang-Teter (WT) functional
1738
+
* ext-wt: Extended Wang-Teter functional
1718
1739
* xwm: XWM functional
1719
1740
* lkt: Luo-Karasiev-Trickey (LKT) functional
1720
1741
* ml: Machine learning KEDF
@@ -1768,31 +1789,39 @@ parameters:
1768
1789
Weight of TF KEDF (kinetic energy density functional).
1769
1790
default_value: "1.0"
1770
1791
unit: ""
1771
-
availability: "OFDFT with of_kinetic=tf, tf+, wt, xwm"
1792
+
availability: "OFDFT with of_kinetic=tf, tf+, wt, ext-wt, xwm"
1772
1793
- name: of_vw_weight
1773
1794
category: "OFDFT: orbital free density functional theory"
1774
1795
type: Real
1775
1796
description: |
1776
1797
Weight of vW KEDF (kinetic energy density functional).
1777
1798
default_value: "1.0"
1778
1799
unit: ""
1779
-
availability: "OFDFT with of_kinetic=vw, tf+, wt, lkt, xwm"
1800
+
availability: "OFDFT with of_kinetic=vw, tf+, wt, ext-wt, lkt, xwm"
1780
1801
- name: of_wt_alpha
1781
1802
category: "OFDFT: orbital free density functional theory"
1782
1803
type: Real
1783
1804
description: |
1784
1805
Parameter alpha of WT KEDF (kinetic energy density functional).
1785
1806
default_value: ""
1786
1807
unit: ""
1787
-
availability: OFDFT with of_kinetic=wt
1808
+
availability: "OFDFT with of_kinetic=wt, ext-wt"
1788
1809
- name: of_wt_beta
1789
1810
category: "OFDFT: orbital free density functional theory"
1790
1811
type: Real
1791
1812
description: |
1792
1813
Parameter beta of WT KEDF (kinetic energy density functional).
1793
1814
default_value: ""
1794
1815
unit: ""
1795
-
availability: OFDFT with of_kinetic=wt
1816
+
availability: "OFDFT with of_kinetic=wt, ext-wt"
1817
+
- name: of_extwt_kappa
1818
+
category: "OFDFT: orbital free density functional theory"
0 commit comments