Skip to content

Commit

Permalink
Modify output format in MP2 gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimura committed Aug 9, 2021
1 parent d8d5cb0 commit 5cef77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp2grad.F90
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ subroutine calcgradrmp2(cmo,energymo,xint,egrad,nproc,myrank, &
!
if(datacomp%master) then
write(datacomp%iout,'(" -------------------------------------------------")')
write(datacomp%iout,'(" Energy (Hartree)")')
write(datacomp%iout,'(" Energy (Hartree)")')
write(datacomp%iout,'(" -------------------------------------------------")')
write(datacomp%iout,'(" HF Energy =",f17.9)')datamol%escf
write(datacomp%iout,'(" MP2 Correlation Energy =",f17.9)')datamol%emp2
Expand Down

0 comments on commit 5cef77b

Please sign in to comment.