Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Jan 22, 2024
1 parent 872d037 commit 0725a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function tight_binding(g::AbstractGraph; t=1, tp=0, h=0)
end
end
if !iszero(t')
# TODO, more clever way of looping over next to nearest neighbors?
for (i, v) in enumerate(vertices(g))
for nn in next_nearest_neighbors(g, v)
-= tp, "Cdag", maybe_only(v), "C", maybe_only(nn)
Expand Down

0 comments on commit 0725a9f

Please sign in to comment.