Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
e9975c8
Fix: bug of NAN in SDFT
Qianruipku Aug 27, 2023
5f2fba9
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 12, 2023
54fb9cf
Refactor: add Mixing module temporarily; abacus_pw can be compiled now
Qianruipku Sep 16, 2023
281545c
Merge branch 'hotfix2' of https://github.com/Qianruipku/abacus-develo…
sunliang98 Sep 16, 2023
a5793b9
<Feature> Add Pulay Mixing
sunliang98 Sep 16, 2023
d71f378
Merge https://github.com/Qianruipku/abacus-develop/tree/hotfix2
sunliang98 Sep 16, 2023
bd58ddd
Merge https://github.com/Qianruipku/abacus-develop/tree/hotfix2
sunliang98 Sep 16, 2023
35d3106
Change examples/bsse/water/result.ref
sunliang98 Sep 16, 2023
ccbc1c0
fix compiling
Qianruipku Sep 16, 2023
26ba1bd
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 16, 2023
023d88d
fix bug of plain mixing
Qianruipku Sep 17, 2023
4bf410d
fix bug of broyden_mixing
Qianruipku Sep 17, 2023
c92a477
change default pulay to broyden
Qianruipku Sep 18, 2023
a5e344c
Merge branch 'hotfix2' of https://github.com/Qianruipku/abacus-develo…
sunliang98 Sep 18, 2023
ee4b507
add unit test
Qianruipku Sep 20, 2023
3c89b15
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 20, 2023
84da34a
add DCOPY
Qianruipku Sep 20, 2023
21c2d9a
<Fix> Update pulay mixing
sunliang98 Sep 20, 2023
5df91ef
Merge branch 'hotfix2' of https://github.com/Qianruipku/abacus-develo…
sunliang98 Sep 20, 2023
be0520a
<Test> Add unit tests for plain, pulay, and broyden mixing.
sunliang98 Sep 20, 2023
4195040
fix bug in relax & add reset function
Qianruipku Sep 20, 2023
56bbd8b
Merge https://github.com/Qianruipku/abacus-develop/tree/hotfix2
sunliang98 Sep 20, 2023
734b6f1
Merge pull request #1 from sunliang98/hot-fix
Qianruipku Sep 20, 2023
5690b34
add reset for pulay
Qianruipku Sep 20, 2023
da68c1d
<Fix> Update Broyden and Pulay
sunliang98 Sep 20, 2023
6f134c5
Merge branch 'hotfix2' of https://github.com/Qianruipku/abacus-develo…
sunliang98 Sep 20, 2023
e1b94e2
<Test> Update the unit tests of mixing.
sunliang98 Sep 20, 2023
4bf4c88
Merge pull request #2 from sunliang98/hot-fix
Qianruipku Sep 20, 2023
8a7a449
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 20, 2023
352ab52
finish all tests about mixing module
Qianruipku Sep 21, 2023
48b4536
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 21, 2023
7918cd7
delete useless cout
Qianruipku Sep 21, 2023
077510f
add mix_reset into test
Qianruipku Sep 21, 2023
9016b11
mix_rho doesnot depend on iter
Qianruipku Sep 21, 2023
f5972fd
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 21, 2023
afe825a
fix a bug in pulay
Qianruipku Sep 21, 2023
5977036
fix bug for exx calculation
Qianruipku Sep 21, 2023
d5464e6
fix unit test stuck
Qianruipku Sep 21, 2023
ca17ac3
Merge branch 'develop' into hotfix2
Qianruipku Sep 21, 2023
2c9b8ca
delete openmp in global function to fix stuck in UTs
Qianruipku Sep 22, 2023
f5b02a9
Merge branch 'hotfix2' of https://github.com/Qianruipku/abacus-develo…
Qianruipku Sep 22, 2023
b8e25e9
add openmp for mixing
Qianruipku Sep 22, 2023
382e3b6
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 22, 2023
28c4ad5
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 22, 2023
9d2a856
fix warning: On entry to DGEMV parameter number 6 had an illegal value
Qianruipku Sep 22, 2023
fa42ed5
add code coverage for mixing
Qianruipku Sep 23, 2023
75088e7
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Sep 23, 2023
e098a4d
Merge branch 'develop' into hotfix2
Qianruipku Sep 25, 2023
6b56144
Merge branch 'develop' into hotfix2
Qianruipku Sep 25, 2023
b7886b5
Merge branch 'develop' into hotfix2
Qianruipku Sep 26, 2023
55dcae2
Merge branch 'develop' into hotfix2
Qianruipku Sep 27, 2023
a37449c
Merge branch 'develop' into hotfix2
Qianruipku Sep 27, 2023
507353e
Merge branch 'develop' into hotfix2
Qianruipku Sep 28, 2023
498d648
Merge branch 'develop' into hotfix2
Qianruipku Sep 28, 2023
1284ba6
Merge branch 'develop' into hotfix2
Qianruipku Oct 5, 2023
119cda0
Merge branch 'develop' into hotfix2
Qianruipku Oct 7, 2023
1380fa9
change UT name for mixing_test
Qianruipku Oct 8, 2023
a463eed
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Oct 8, 2023
7ea74d0
Merge branch 'hotfix2' of https://github.com/Qianruipku/abacus-develo…
Qianruipku Oct 8, 2023
5d4e657
merge
Qianruipku Oct 8, 2023
69fa07f
Merge branch 'develop' into hotfix2
Qianruipku Oct 9, 2023
34db0c8
add annotations for mixing
Qianruipku Oct 9, 2023
2d82e3a
add global variable for mixing
Qianruipku Oct 9, 2023
b379850
Merge branch 'hotfix2' of https://github.com/Qianruipku/abacus-develo…
Qianruipku Oct 9, 2023
f3bac57
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
Qianruipku Oct 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/advanced/elec_properties/potential.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ smearing_method gaussian
smearing_sigma 0.01

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.4
out_pot 2
```
Expand Down
8 changes: 4 additions & 4 deletions docs/advanced/input_files/input-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,9 @@ calculations.
- **Availability**: `smearing_method` is not `fixed`.
- **Description**: Charge mixing methods.
- **plain**: Just simple mixing.
- **pulay**: Standard Pulay method.
- **broyden**: Broyden method.
- **Default**: pulay
- **pulay**: Standard Pulay method. [P. Pulay Chemical Physics Letters, (1980)](https://www.sciencedirect.com/science/article/abs/pii/0009261480803964)
- **broyden**: Simplified modified Broyden method. [D.D. Johnson Physical Review B (1988)](https://journals.aps.org/prb/abstract/10.1103/PhysRevB.38.12807)
- **Default**: broyden

### mixing_beta

Expand All @@ -929,7 +929,7 @@ calculations.
### mixing_ndim

- **Type**: Integer
- **Description**: It indicates the mixing dimensions in Pulay, Pulay method uses the density from previous mixing_ndim steps and do a charge mixing based on this density.
- **Description**: It indicates the mixing dimensions in Pulay or Broyden. Pulay and Broyden method use the density from previous mixing_ndim steps and do a charge mixing based on this density.
- **Default**: 8

### mixing_gg0
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/interface/dpgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Next, for the "dpgen run" step, the following `run_param.json` should be provide
"user_fp_params":{ # All the ABACUS input paramters are defined here
"ntype": 1, # defining input parameters from INPUT files is not supported yet.
"ecutwfc": 80,
"mixing_type": "pulay",
"mixing_type": "broyden",
"mixing_beta": 0.8,
"symmetry": 1,
"nspin": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/interface/pyatb.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ks_solver genelpa
nspin 4
smearing_method gauss
smearing_sigma 0.02
mixing_type pulay
mixing_type broyden
mixing_beta 0.7
scf_nmax 200
scf_thr 1e-8
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/scf/converge.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ By mixing the electron density with that obtained from previous steps, numerical

For each of the mixing types, we also provide variables for controlling relevant parameters, including `mixing_beta`, `mixing_ndim`, and `mixing_gg0`.

The default choice is `pulay`, which should work fine in most cases. If convergence issue arises in metallic systems, inclusion of Kerker preconditioning may be helpful, which can be achieved by setting [mixing_gg0](../input_files/input-main.md#mixing_gg0) to be a positive number. For the default pulay method, a choice of 1.5 might be a good start.
The default choice is `broyden`, which should work fine in most cases. If convergence issue arises in metallic systems, inclusion of Kerker preconditioning may be helpful, which can be achieved by setting [mixing_gg0](../input_files/input-main.md#mixing_gg0) to be a positive number. For the default broyden method, a choice of 1.5 might be a good start.

A large `mixing_beta` means a larger change in electron density for each SCF step. For well-behaved systems, a larger `mixing_beta` leads to faster convergence. However, for some difficult cases, a smaller `mixing_beta` is preferred to avoid numerical instabilities.

Expand Down
2 changes: 1 addition & 1 deletion examples/charge_density/pw_nspin2_Fe/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ ks_solver cg
smearing_method gaussian
smearing_sigma 0.07

mixing_type pulay
mixing_type broyden
mixing_beta 0.5

2 changes: 1 addition & 1 deletion examples/charge_mixing/pw_Al/INPUT_1
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ smearing_method gauss
smearing_sigma 0.002

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.7
2 changes: 1 addition & 1 deletion examples/charge_mixing/pw_Al/INPUT_3
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ smearing_method gauss
smearing_sigma 0.002

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.2
4 changes: 2 additions & 2 deletions examples/charge_mixing/pw_Al/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Showcasing different charge mixing methods
- INPUT_1 : pulay mixing with beta=0.7, takes 5 steps to converge
- INPUT_1 : broyden mixing with beta=0.7, takes 5 steps to converge
- INPUT_2 : plain mixing with beta=0.7, takes 8 steps to converge
- INPUT_3 : pulay mixing with beta=0.2, takes 6 steps to converge
- INPUT_3 : broyden mixing with beta=0.2, takes 6 steps to converge
- INPUT_4 : plain mixing with beta=0.2, takes 37 steps to converge
2 changes: 1 addition & 1 deletion examples/compensating_charge/Pt-slab/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ basis_type pw
gamma_only 1
smearing_method gauss
smearing_sigma 0.02
mixing_type pulay
mixing_type broyden
mixing_beta 0.1

#Parameters (compensating charge)
Expand Down
2 changes: 1 addition & 1 deletion examples/deepks/lcao_CsPbI3/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ smearing_method gaussian
smearing_sigma 0.0015

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.4

#Parameters (6.Deepks)
Expand Down
2 changes: 1 addition & 1 deletion examples/deepks/lcao_H2O/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ smearing_method gaussian
smearing_sigma 0.02

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.4

#Parameters (6.Deepks)
Expand Down
2 changes: 1 addition & 1 deletion examples/deepks/pw_H2O/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ smearing_method gaussian
smearing_sigma 0.1

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.4

#Parameters (6. Bessel function)
Expand Down
2 changes: 1 addition & 1 deletion examples/dft_plus_u/NiO/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ smearing_method gaussian
smearing_sigma 0.05


mixing_type pulay
mixing_type broyden
mixing_beta 0.4
#mixing_gg0 1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/dipole_correction/Pt-slab/INPUT1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ basis_type pw
gamma_only 1
smearing_method gauss
smearing_sigma 0.02
mixing_type pulay
mixing_type broyden
mixing_beta 0.1

#Parameters (dipole correction)
Expand Down
2 changes: 1 addition & 1 deletion examples/dipole_correction/Pt-slab/INPUT2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ basis_type pw
gamma_only 1
smearing_method gauss
smearing_sigma 0.02
mixing_type pulay
mixing_type broyden
mixing_beta 0.1

#Parameters (electric field and dipole correction)
Expand Down
2 changes: 1 addition & 1 deletion examples/electric_field/Pt-slab/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ basis_type pw
gamma_only 1
smearing_method gauss
smearing_sigma 0.02
mixing_type pulay
mixing_type broyden
mixing_beta 0.1

#Parameters (electric field)
Expand Down
2 changes: 1 addition & 1 deletion examples/electrostatic_potential/lcao_Si/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ basis_type lcao

smearing_method gaussian
smearing_sigma 0.01
mixing_type pulay
mixing_type broyden
mixing_beta 0.4

out_pot 2
2 changes: 1 addition & 1 deletion examples/fixed_occupations/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scf_nmax 400
scf_thr 1e-08
basis_type lcao
ks_solver genelpa
mixing_type pulay
mixing_type broyden
mixing_beta 0.4
mixing_gg0 1.5
pseudo_dir ../../tests/PP_ORB
Expand Down
2 changes: 1 addition & 1 deletion examples/gpu/si16_pw/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ smearing_method gauss
smearing_sigma 0.002

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
2 changes: 1 addition & 1 deletion examples/hefei-namd/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INPUT_PARAMETERS
force_thr_ev 1.0e-3

ks_solver genelpa
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

md_type nve
Expand Down
2 changes: 1 addition & 1 deletion examples/hse/lcao_Si2/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scf_nmax 100
gamma_only 0
symmetry -1
smearing_method gauss
mixing_type pulay
mixing_type broyden
mixing_beta 0.4

dft_functional hse
2 changes: 1 addition & 1 deletion examples/implicit_solvation_model/Pt-slab/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ basis_type pw
gamma_only 1
smearing_method gauss
smearing_sigma 0.02
mixing_type pulay
mixing_type broyden
mixing_beta 0.1

#Parameters (Solvation Model)
Expand Down
2 changes: 1 addition & 1 deletion examples/interface_ShengBTE/LCAO/2nd/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ks_solver genelpa
gamma_only 0
smearing_method gauss
smearing_sigma 0.01
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

stru_file STRU-001
2 changes: 1 addition & 1 deletion examples/interface_ShengBTE/LCAO/3rd/run_stru.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ks_solver genelpa
gamma_only 0
smearing_method gauss
smearing_sigma 0.01
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

stru_file STRU_$stru
Expand Down
2 changes: 1 addition & 1 deletion examples/interface_ShengBTE/PW/2nd/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ basis_type pw
ks_solver cg
smearing_method gauss
smearing_sigma 0.01
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

stru_file STRU-001
2 changes: 1 addition & 1 deletion examples/interface_ShengBTE/PW/3rd/run_stru.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ basis_type pw
ks_solver cg
smearing_method gauss
smearing_sigma 0.01
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

stru_file STRU_$stru
Expand Down
2 changes: 1 addition & 1 deletion examples/interface_dpgen/autotest/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ basis_type lcao
ks_solver genelpa
smearing_method gaussian
smearing_sigma 0.01
mixing_type pulay
mixing_type broyden
mixing_beta 0.7
scf_nmax 100
scf_thr 1e-08
Expand Down
2 changes: 1 addition & 1 deletion examples/interface_dpgen/autotest/INPUT.rlx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ basis_type lcao
ks_solver genelpa
smearing_method gaussian
smearing_sigma 0.01
mixing_type pulay
mixing_type broyden
mixing_beta 0.7
scf_nmax 100
scf_thr 1e-08
Expand Down
2 changes: 1 addition & 1 deletion examples/interface_dpgen/init_and_run/run_param.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"user_fp_params":{
"ntype": 1,
"ecutwfc": 40,
"mixing_type": "pulay",
"mixing_type": "broyden",
"mixing_beta": 0.8,
"symmetry": 1,
"nspin": 1,
Expand Down
2 changes: 1 addition & 1 deletion examples/interface_phonopy/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ smearing_method gauss
smearing_sigma 0.01

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

pseudo_mesh 1
Expand Down
2 changes: 1 addition & 1 deletion examples/matrix_hs/out_hs2_multik/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ smearing_method gauss
smearing_sigma 0.002

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

out_mat_hs2 1
Expand Down
2 changes: 1 addition & 1 deletion examples/matrix_hs/out_hs_gammaonly/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ smearing_sigma 0.002
out_mat_hs 1

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.7
mixing_gg0 1.5

Expand Down
2 changes: 1 addition & 1 deletion examples/matrix_hs/out_hs_multik/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ smearing_method gauss
smearing_sigma 0.002

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

out_mat_hs 1
Expand Down
2 changes: 1 addition & 1 deletion examples/matrix_hs/out_s_multik/INPUT
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ smearing_method gauss
smearing_sigma 0.002

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.7

out_mat_hs 1
Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_0
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_3
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_4
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_5
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_6
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
2 changes: 1 addition & 1 deletion examples/md/lcao_gammaonly_Si8/INPUT_7
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ smearing_method gaussian
smearing_sigma 0.001

#Parameters (5.Mixing)
mixing_type pulay
mixing_type broyden
mixing_beta 0.3
chg_extrap second-order

Expand Down
Loading