Skip to content

Commit

Permalink
[fix] h_int_kanamori test triqs commit ba687ef
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel authored and Wentzell committed Sep 10, 2024
1 parent 4aace0b commit 44c4db3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/python/2orb_Discrete_Bath.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
[V-J , 0 ]]), # Interaction for equal spins
array([[U, V ],
[V, U ]]), # Interaction for opposite spins
J,True)
J,off_diag=True)

h_loc = h_0 + h_int

Expand Down
2 changes: 1 addition & 1 deletion test/python/2orb_Discrete_Bath_2pGF.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
[V-J, 0]]), # Interaction for equal spins
array([[U, V],
[V, U]]), # Interaction for opposite spins
J, False)
J, off_diag=False)

h_loc = h_0 + h_int

Expand Down
2 changes: 1 addition & 1 deletion test/python/2orb_Discrete_Bath_2pGF_cfg_qmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
[V-J, 0]]), # Interaction for equal spins
array([[U, V],
[V, U]]), # Interaction for opposite spins
J, False)
J, off_diag=False)

h_loc = h_0 + h_int

Expand Down

0 comments on commit 44c4db3

Please sign in to comment.