Skip to content

Commit

Permalink
Report results
Browse files Browse the repository at this point in the history
  • Loading branch information
Leticia-maria committed May 12, 2024
1 parent 946b436 commit 22627ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/hartreefock.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@ function rhf(basis, molecule::Molecule, maxiter = 20, convergence = 1e-6)
end

Vnn = nuclearrepulsion(molecule)

Total = Eel + Vnn

println(Eel + Vnn)
println(Vnn)
end

return Results(Total, Eel, Vnn, D)
return Results(Eel + Vnn, Eel, Vnn, D)
end

0 comments on commit 22627ee

Please sign in to comment.