Skip to content

Commit

Permalink
Fixed pycode
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jul 14, 2023
1 parent 701cb25 commit a2155e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_w2dynamicsparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_srvo3(parser):
assert sec_gfs.matsubara_freq[-1] == approx(125.61134626603189)
assert sec_gfs.self_energy_iw.dtype == 'complex128'
assert sec_gfs.self_energy_iw.shape == (1, 2, 3, 2400)
assert sec_gfs.greens_function_iw[0][0][2][1450] == approx(-0.0019060478736177338-0.037816153432527574j)
assert sec_gfs.greens_function_iw[0][0][2][1450] == approx(-0.0019060478736177338 - 0.037816153432527574j)
assert sec_gfs.chemical_potential.magnitude == approx(14.159227949307798)
# SCF tests
sec_scf = sec_scc.scf_iteration
Expand Down

0 comments on commit a2155e3

Please sign in to comment.