We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df93602 commit 8635070Copy full SHA for 8635070
docs/advanced/input_files/input-main.md
@@ -781,11 +781,10 @@ These variables are used to control the geometry relaxation.
781
### relax_method
782
783
- **Type**: String
784
-- **Description**: The method to do geometry optimizations, note that if relax_new is set to 1, then only cg is available:
+- **Description**: The method to do geometry optimizations, note that there are two implementations of the CG method, see [relax_new](#relax_new):
785
- bfgs: using BFGS algorithm.
786
- sd: using steepest-descent algorithm.
787
- cg: using cg algorithm.
788
- - cg-bfgs:
789
- **Default**: cg
790
791
### relax_cg_thr
0 commit comments