Skip to content

Commit

Permalink
Loosen error constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwswang committed Sep 2, 2021
1 parent 0330866 commit 5aa91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-tests/HartreeFock-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Suppressor: @suppress_out
@testset "HartreeFock.jl" begin

errorThreshold1 = 1e-8
errorThreshold2 = 1e-5
errorThreshold2 = 1e-4

nucCoords = [[-0.7,0.0,0.0], [0.7,0.0,0.0], [0.0, 0.0, 0.0]]
mol = ["H", "H", "O"]
Expand Down

0 comments on commit 5aa91e0

Please sign in to comment.