Skip to content
Snippets Groups Projects

Examples

Merged Kostas Vilkelis requested to merge examples into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -72,10 +72,10 @@ All we need to do is to convert this object to a tight-binding dictionary using
```{code-cell} ipython3
def onsite_int(site, U):
return U * np.ones((2, 2))
return U * sx
def nn_int(site1, site2, V):
return V * np.ones((2, 2))
return V * sx
builder_int = utils.build_interacting_syst(
builder=bulk_graphene,
Loading