Skip to content

Commit cbaab7f

Browse files
author
Fei Yang
committed
modify the description of the BFGS parameter
1 parent 7baaab1 commit cbaab7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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`. The difference between POTIM(from VASP) and relax_bfgs_rmax is that POTIM uniformly scales the step size of each iteration to the value of POTIM, whereas relax_bfgs_rmax only caps the step size when it exceeds 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)