Reduce allowed minimum distance to 0.6 angstrom squared in DFT-MC (#4897)

This commit is contained in:
SY Wang 2026-03-03 17:35:01 +08:00 committed by GitHub
parent 277415ca78
commit b41a177dff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)