WIP: Code update
This MR has a dual goal:
- Updating to current holoviews to avoid a bunch of deprecation errors
- Updating to Kwant 1.4:
- Eliminating
args=[SimpleNamespace(...)]
in favor ofparams={...}
. - Using the
Builder.fill
/Builder.substituted
pattern when defining systems.
For now we do not intend to use discretizer yet.