mbd_vdw keyword is described in the manual but it doesn't actually work

This commit is contained in:
Szabolcs Goger 2022-01-17 08:38:30 +00:00
parent b1244725c8
commit 9680e676c5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ SUBROUTINE set_vdw_corr ( vdw_corr, llondon, ldftd3, ts_vdw, mbd_vdw, lxdm )
CASE( 'TS', 'ts', 'ts-vdw', 'ts-vdW', 'tkatchenko-scheffler' )
ts_vdw = .TRUE.
CASE( 'MBD', 'mbd', 'many-body-dispersion' )
CASE( 'MBD', 'mbd', 'many-body-dispersion', 'mbd_vdw' )
ts_vdw = .TRUE.
mbd_vdw = .TRUE.