Skip to content
Snippets Groups Projects
Commit 5e681ef1 authored by Johanna Zijderveld's avatar Johanna Zijderveld
Browse files

fix the one too many sx

parent fe21d9ff
No related branches found
No related tags found
1 merge request!7Examples
Pipeline #179837 passed
......@@ -75,7 +75,7 @@ def onsite_int(site, U):
return U * sx
def nn_int(site1, site2, V):
return V * sx
return V * np.ones((2, 2))
builder_int = utils.build_interacting_syst(
builder=bulk_graphene,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment