Skip to content

Commit e4dca02

Browse files
committed
update related doc.
1 parent 787deea commit e4dca02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3328,7 +3328,7 @@ These variables are used to control molecular dynamics calculations. For more in
33283328
### pot_file
33293329

33303330
- **Type**: String
3331-
- **Description**: The filename of DP potential files, see [md.md](../md.md#dpmd) in detail.
3331+
- **Description**: The filename of DP/NEP potential files, see [md.md](../md.md#dpmd) in detail.
33323332
- **Default**: graph.pb
33333333

33343334
### dp_rescaling

docs/advanced/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cmake -B build -DDeePMD_DIR=/dir_to_deepmd-kit -DTorch_DIR=/dir_to_pytorch
5858
## Build with NEP
5959
This interface enables running MD simulations with the NEP model. It requires the [NEP_CPU](https://github.com/brucefan1983/NEP_CPU) library, which can be easily installed using toolchain as shown below:
6060
```bash
61-
./install_abacus_toolchain.sh --with-nepcpu=install
61+
./install_abacus_toolchain.sh --with-nep=install
6262
```
6363

6464
To build ABACUS:

0 commit comments

Comments
 (0)