mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Density fit returns best possible values even if not converged.
Is needed for Hirshfeld charges using density shape function.
This commit is contained in:
parent
1777f50427
commit
538497f832
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ CONTAINS
|
|||
|
||||
ostate%state = 8
|
||||
CALL powell_optimize(ostate%nvar, x, ostate)
|
||||
CALL density_fit(density, atom, num_gto, x(1), x(2), co, ostate%f)
|
||||
|
||||
CALL release_opgrid(density)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue