Skip to content

Commit

Permalink
update test dimer
Browse files Browse the repository at this point in the history
  • Loading branch information
nkavokine committed Mar 11, 2024
1 parent 61081f6 commit 4d0023d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/python/dimer.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'h_int': h_int,
'hartree_shift': [0.0, -0.1, 0.1, 0.0],
'n_warmup_cycles': 5000,
'n_cycles': 10000,
'n_cycles': 50000,
'length_cycle': 100,
}
S.solve(**solve_params)
Expand All @@ -104,6 +104,6 @@
A['G_tau'] = S.results.G_tau

# --------- Compare to reference ----------
h5diff("dimer.out.h5", "dimer.ref.h5", precision=1e-9)
h5diff("dimer.out.h5", "dimer.ref.h5", precision=1e-8)


Binary file modified test/python/dimer.ref.h5
Binary file not shown.

0 comments on commit 4d0023d

Please sign in to comment.