Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
titaschanda committed Dec 26, 2023
1 parent 404fd29 commit e067822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ let
for j=1:N-1
os += 1, "Sz" => j,"Sz" => j+1
os += 0.5, "S+" =>j, "S-" => j+1
os += 0.5, "S-"=>j, "S+" => j+1
os += 0.5, "S+" => j, "S-" => j+1
os += 0.5, "S-"=> j, "S+" => j+1
end
H = CouplingModel(os,sites)
Expand Down

0 comments on commit e067822

Please sign in to comment.