From 0725a9fc82e6cef4c6e5f4b9e98544a79896a198 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 22 Jan 2024 15:27:03 -0500 Subject: [PATCH] Remove outdated comment --- src/models.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models.jl b/src/models.jl index e33e16fb..8167bd41 100644 --- a/src/models.jl +++ b/src/models.jl @@ -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)