Skip to content

Commit

Permalink
Update prg_sp2_fermirec_mod.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
cnegre authored Jun 1, 2017
1 parent fc439f8 commit 49810df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/prg_sp2_fermirec_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ module prg_sp2_fermirec_mod

contains

!! What is MaxIt for?

!> Recursive SP2 Fermi.
!! \param h_bml Input Hamiltonian matrix.
!! \param xio_bml Input ? matrix.
Expand Down Expand Up @@ -74,7 +72,7 @@ subroutine prg_sp2_fermirec(h_bml, xio_bml, nsteps, nocc, threshold, occErrLimit

do while (occErr .gt. occErrLimit)

! calculate beta before entering this subroutine?
!Calculate beta before entering this subroutine
!beta = 1.0_dp/(kB*T) ! Temp in K

! Is this a normalization?
Expand Down

0 comments on commit 49810df

Please sign in to comment.