Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ido committed May 2, 2024
1 parent 66f9c8e commit 84c9e36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/readdef.c
Original file line number Diff line number Diff line change
Expand Up @@ -2815,6 +2815,7 @@ int ArrangeInterAllOffDiagonal
case Hubbard:
case HubbardNConserved:
case Kondo:
case KondoNConserved:
case KondoGC:
case HubbardGC:
if (isigma1 == isigma2 && isigma3 == isigma4) {
Expand Down Expand Up @@ -3339,7 +3340,8 @@ int CheckInterAllCondition(
return -1;
}
}
else if(iCalcModel == Kondo){
//else if(iCalcModel == Kondo){
else if(iCalcModel == Kondo || iCalcModel == KondoNConserved){
if(CheckFormatForKondoInt(isite1, isite2, isite3, isite4, iLocInfo)!=0){
return -1;
}
Expand Down

0 comments on commit 84c9e36

Please sign in to comment.