Skip to content
Snippets Groups Projects

Interface refactoring

Merged Kostas Vilkelis requested to merge interface-refactoring into main
Compare and Show latest version
21 files
+ 154
550
Compare changes
  • Side-by-side
  • Inline
Files
21
import kwant
import numpy as np
from .kwant_helper.utils import build_interacting_syst
from codes.kwant_helper.utils import build_interacting_syst
s0 = np.identity(2)
sz = np.diag([1, -1])
Loading