Skip to content

Commit

Permalink
Try larger eta for SRG test
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Aug 17, 2023
1 parent 2d945c6 commit 08e1333
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_qsgw.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ def test_regression_simple(self):

def test_regression_pbe_srg(self):
# Quasiparticle energies:
ip = -0.298283035898
ea = 0.008368594912
ip = -0.282053566732
ea = 0.007299240529
# GF poles:
ip_full = -0.418234914925
ea_full = 0.059983672577
self._test_regression("pbe", dict(srg=1e-3), 1, ip, ea, ip_full, ea_full, "pbe srg")
ip_full = -0.394724963441
ea_full = 0.058359286390
self._test_regression("pbe", dict(srg=1000), 1, ip, ea, ip_full, ea_full, "pbe srg")


if __name__ == "__main__":
Expand Down

0 comments on commit 08e1333

Please sign in to comment.