From 44c4db3eb9d7834a353443255ab1ca4ec8dc9c49 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Thu, 8 Aug 2024 09:02:57 -0400 Subject: [PATCH] [fix] h_int_kanamori test triqs commit ba687ef https://github.com/TRIQS/triqs/commit/ba687ef5e2e330da21fb3586c6d4cd239fd5b7ca --- test/python/2orb_Discrete_Bath.py | 2 +- test/python/2orb_Discrete_Bath_2pGF.py | 2 +- test/python/2orb_Discrete_Bath_2pGF_cfg_qmc.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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