Skip to content

Commit

Permalink
Removed testing line
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Dec 6, 2021
1 parent 3887bff commit 5d9f55b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Fortran/FermiOperatorModule.F90
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ SUBROUTINE ComputeDenseFOE(H, ISQ, nel, K, inv_temp_in, &
ELSE
sval = tlist%DATA(II)%point_value - chemical_potential
occ = 1.0 / (1 + EXP(inv_temp * sval))
WRITE(*,*) II, occ
energy_value = energy_value + occ * tlist%DATA(II)%point_value
tlist%DATA(II)%point_value = occ
END IF
Expand Down

0 comments on commit 5d9f55b

Please sign in to comment.