Skip to content

Commit

Permalink
Merge pull request #66 from lanl/response1
Browse files Browse the repository at this point in the history
some fixes
  • Loading branch information
nicolasbock authored May 5, 2017
2 parents a1596e1 + 2976ee2 commit 2ac8bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prg_response_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module prg_response_mod

contains

!> The parser for the calculation the DM response.
!> The parser for the calculation of the DM response.
!! \param RespData Response data type.
!! \param filename Name of the file to parse.
!!
Expand Down Expand Up @@ -357,7 +357,7 @@ subroutine prg_compute_response_RS(ham_bml,prt_bml,rsp_bml,lambda&

end subroutine prg_compute_response_RS

!> Computes the first order response density matrix using fprg_inite differences.
!> Computes the first order response density matrix using finite differences.
!! The transformation hereby performed are:
!! - \f$ H^+ = H^{(0)} + \prg_delta H^{(1)} \f$
!! - \f$ H^- = H^{(0)} - \prg_delta H^{(1)} \f$
Expand Down

0 comments on commit 2ac8bc4

Please sign in to comment.