diff --git a/test/python/2orb_Discrete_Bath.py b/test/python/2orb_Discrete_Bath.py index 73fc743..7af9c4b 100755 --- a/test/python/2orb_Discrete_Bath.py +++ b/test/python/2orb_Discrete_Bath.py @@ -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 diff --git a/test/python/2orb_Discrete_Bath_2pGF.py b/test/python/2orb_Discrete_Bath_2pGF.py index af8110f..4dbe8d4 100755 --- a/test/python/2orb_Discrete_Bath_2pGF.py +++ b/test/python/2orb_Discrete_Bath_2pGF.py @@ -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 diff --git a/test/python/2orb_Discrete_Bath_2pGF_cfg_qmc.py b/test/python/2orb_Discrete_Bath_2pGF_cfg_qmc.py index 3094d90..7fd6392 100755 --- a/test/python/2orb_Discrete_Bath_2pGF_cfg_qmc.py +++ b/test/python/2orb_Discrete_Bath_2pGF_cfg_qmc.py @@ -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