Skip to content
Snippets Groups Projects

Examples

Merged Kostas Vilkelis requested to merge examples into main
Compare and Show latest version
2 files
+ 1
28
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -72,7 +72,7 @@ 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))
Loading