Skip to content

Commit 6d58062

Browse files
19helloFei Yang
andauthored
modify the description of the BFGS parameter (#6710)
* modify the description of the BFGS parameter * modify the description of the BFGS parameter --------- Co-authored-by: Fei Yang <2501213217@stu.pku.edu.cn>
1 parent b809520 commit 6d58062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced/input_files/input-main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,14 +1594,14 @@ These variables are used to control the geometry relaxation.
15941594
### relax_bfgs_rmax
15951595

15961596
- **Type**: Real
1597-
- **Description**: For geometry optimization. It stands for the maximal movement of all the atoms. The sum of the movements from all atoms can be increased during the optimization steps. However, it can not be larger than `relax_bfgs_rmax`
1597+
- **Description**: For geometry optimization. It stands for the maximal movement of all the atoms. The sum of the movements from all atoms can be increased during the optimization steps. However, it can not be larger than `relax_bfgs_rmax`.
15981598
- **Unit**: Bohr
15991599
- **Default**: 0.8
16001600

16011601
### relax_bfgs_rmin
16021602

16031603
- **Type**: Real
1604-
- **Description**: For geometry optimization. It indicates the minimal movement of all the atoms. When the movement of all the atoms is smaller than relax_bfgs_rmin Bohr, and the force convergence is still not achieved, the calculation will break down.
1604+
- **Description**: In old bfgs algorithm, it indicates the minimal movement of all the atoms. When the movement of all the atoms is smaller than relax_bfgs_rmin Bohr, and the force convergence is still not achieved, the calculation will break down. In the current default bfgs algorithm, this parameter is not used.
16051605
- **Default**: 1e-5
16061606
- **Unit**: Bohr
16071607

0 commit comments

Comments
 (0)