Skip to content

Commit

Permalink
docs: fix link in input.md (#1318)
Browse files Browse the repository at this point in the history
* docs: improve input.md

* docs: improve text

* docs: improve pp_orb.md

* docs: fix link in pp_orb.md

* Update input.md

fix a link

* docs: restore generate-basis.md

* restore pp_orb.md

* restore pp_orb.md 2
  • Loading branch information
hongriTianqi committed Sep 27, 2022
1 parent 9e1a3cd commit 630f829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/pp_orb.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ In ABACUS, we only supports norm-conserving pseudopotentials. We support four di
Here we list some common sources of the pseudopotential files:
1. [Quantum ESPRESSO](http://www.quantum-espresso.org/pseudopotentials/).
2. [SG15-ONCV](http://quantum-simulation.org/potentials/sg15_oncv/upf/).
3. [DOJO](http://www.pseudo-dojo.org/).
3. [DOJO](http://www.pseudo-dojo.org/).
4 changes: 2 additions & 2 deletions docs/quick_start/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ For a more detailed description, please consult [here](../advanced/input_files/k

Norm-conserving pseudopotentials are used in ABACUS, in the UPF file format.The filename of each element’s pseudopotential needs to be specified in the STRU file, together with the directory of the pseudopotential files unless they are already present in the working directory.

More information on pseudopotentials is given [here](docs/features.md#pseudopotentials).
More information on pseudopotentials is given [here](../advanced/pp_orb.md#pseudopotentials).

- The numerical orbital files

This part is only required in LCAO calculations.
The filename for each element’s numerical orbital basis needs to be specified in the STRU file, together with the directory of the orbital files unless they are already present in the working directory.
ABACUS provides numerical atomic basis sets of different accuracy levels for most elements commonly used. Users can download these basis sets from the [website](http://abacus.ustc.edu.cn/pseudo/list.htm). Moreover, users can generate numerical atomic orbitals by themselves, and the procedure is provided in this [short introduction](docs/generate-basis.md).
ABACUS provides numerical atomic basis sets of different accuracy levels for most elements commonly used. Users can download these basis sets from the [website](http://abacus.ustc.edu.cn/pseudo/list.htm). Moreover, users can generate numerical atomic orbitals by themselves, and the procedure is provided in this [short introduction](../advanced/pp_orb.md#generating-atomic-orbital-bases).

0 comments on commit 630f829

Please sign in to comment.