Skip to content
Snippets Groups Projects

Interface refactoring

Merged Kostas Vilkelis requested to merge interface-refactoring into main
Compare and Show latest version
23 files
+ 343
568
Compare changes
  • Side-by-side
  • Inline
Files
23
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