Skip to content

speed up kwant import

Joseph Weston requested to merge jbweston/kwant:import-time into master

Move all expensive imports in plotter.py to another module, which we load lazily.

Also lazily import kwant.continuum, however we raise a deprecation warning when the user accesses this lazily loaded attribute

Closes #181 (closed).

Merge request reports