mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Reduce allowed minimum distance to 0.6 angstrom squared in DFT-MC (#4897)
This commit is contained in:
parent
277415ca78
commit
b41a177dff
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ CONTAINS
|
|||
|
||||
! initialize some stuff
|
||||
loverlap = .FALSE.
|
||||
rmin = 3.57106767_dp ! 1 angstrom squared
|
||||
rmin = 1.28558315_dp ! 0.6 angstrom squared
|
||||
|
||||
! get the particle coordinates and the cell length
|
||||
CALL force_env_get(force_env, cell=cell, subsys=oldsys)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue