Skip to content

Commit c61717f

Browse files
sunqmfishjojo
authored andcommitted
Adjust format
1 parent 2adb19b commit c61717f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

source/user/pbc/dft-settings.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ configurations in the PBC DFT calculations:
276276
In the following, we analyze each combination of these dimensions, and provide
277277
practical guidance for setting up efficient integral schemes and configurations.
278278

279-
* Pseudopotential + Semi-local XC + 3D Periodicity
279+
#### Pseudopotential + Semi-local XC + 3D Periodicity
280280

281281
This is one of the most common scenarios in PBC DFT calculations. The
282282
default settings of the KRKS and KUKS classes can directly handle this type of
@@ -290,7 +290,7 @@ mf = mf.multigrid_numint()
290290
mf.run()
291291
```
292292

293-
* Pseudopotential + Hybrid functional + 3D Periodicity
293+
#### Pseudopotential + Hybrid functional + 3D Periodicity
294294

295295
Gaussian-based PBC DFT is considered more affordable for hybrid functional
296296
calculations than plane-wave DFT program. This feature makes hybrid functional
@@ -335,7 +335,7 @@ The order of applying `multigrid_numint()` and setting `mf.rsjk = ...`, does not
335335
affect the final setup.
336336

337337

338-
* Pseudopotential + Semi-local XC + Low-dimensional System (2D and 1D)
338+
#### Pseudopotential + Semi-local XC + Low-dimensional System (2D and 1D)
339339

340340
The setup for 2D calculations is almost the same as that for the 3D calculations.
341341
To perform a 2D calculation, we can simply set
@@ -371,15 +371,15 @@ that use a truncated Coulomb potential with `cell.dimension=2`.
371371
Therefore, we will not discuss the integral configurations under the infinite
372372
vacuum mode here.
373373

374-
* Pseudopotential + Hybrid functional + Low-dimensional System (2D and 1D)
374+
#### Pseudopotential + Hybrid functional + Low-dimensional System (2D and 1D)
375375

376376
If the truncated Coulomb potential with `cell.dimension=2` is applied, the GDF
377377
and RSJK algorithms can still be used for 2D calculations with hybrid
378378
functionals. However, the RSDF scheme does not support the truncated Coulomb
379379
potential. Settings for XC integration are the same as those for the semi-local
380380
XC functional scenario mentioned above.
381381

382-
* All-electron + Semi-local XC + 3D Periodicity
382+
#### All-electron + Semi-local XC + 3D Periodicity
383383

384384
When all-electron basis sets are used, the default FFTDF algorithm becomes
385385
inappropriate because of the extremely high PW energy cutoff. Even if HF
@@ -400,7 +400,7 @@ mf = cell.KRKS(xc='pbe', kpts=cell.make_kpts(kmesh)).density_fit()
400400
mf.run()
401401
```
402402

403-
* All-electron + Hybrid functional + 3D Periodicity
403+
#### All-electron + Hybrid functional + 3D Periodicity
404404

405405
The settings required for all-electron calculations with hybrid functionals are
406406
the same as those for all-electron calculations with semi-local XC functionals.
@@ -419,7 +419,7 @@ mf = cell.KRKS(xc='pbe0', kpts=cell.make_kpts(kmesh)).density_fit()
419419
mf.run()
420420
```
421421

422-
* All-electron + Low-dimensional Systems
422+
#### All-electron + Low-dimensional Systems
423423

424424
The setup for all-electron low-dimensional systems is similar to that for 3D
425425
systems. For Coulomb integrals, one should use GDF or RSJK, regardless of

0 commit comments

Comments
 (0)