Skip to content
Snippets Groups Projects

Interface refactoring

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