Skip to content
Snippets Groups Projects
Commit 8e6dad10 authored by Christoph Groth's avatar Christoph Groth
Browse files

deal with remaining occurences of solve

parent 9146ed7d
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ __all__.append('Builder')
from .lattice import TranslationalSymmetry
__all__.append('TranslationalSymmetry')
# Make kwant.solvers.default.solve available as kwant.solve.
# Make kwant.solvers.default.smatrix available as kwant.smatrix.
smatrix = solvers.default.smatrix
__all__.append('solve')
__all__.append('smatrix')
# Importing plotter might not work, but this does not have to be a problem --
# only no plotting will be available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment