Skip to content

Commit

Permalink
Print vdW method label
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 11, 2020
1 parent 7930579 commit 4428799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qs_dispersion_utils.F
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ SUBROUTINE qs_write_dispersion(qs_env, dispersion_env, ounit)
WRITE (output_unit, fmt="(' vdW POTENTIAL| ',T67,'Pair Potential')")
! Pair potentials
IF (dispersion_env%pp_type == vdw_pairpot_dftd2) THEN
WRITE (output_unit, fmt="(' vdW POTENTIAL| ',T35,'DFT-D2')")
WRITE (output_unit, fmt="(' vdW POTENTIAL| ',T35,'Potential Form: S. Grimme, JCC 27: 1787 (2006)')")
WRITE (output_unit, fmt="(' vdW POTENTIAL| ',T35,'Cutoff Radius [Bohr]:',T73,F8.2)") dispersion_env%rc_disp
WRITE (output_unit, fmt="(' vdW POTENTIAL| ',T35,'Scaling Factor:',T73,F8.4)") dispersion_env%scaling
Expand Down

0 comments on commit 4428799

Please sign in to comment.