Skip to content
Snippets Groups Projects
Commit 09d84d36 authored by Pablo Piskunow's avatar Pablo Piskunow
Browse files

fix memory issue when building docs, closes #276

parent 4dd8bb7d
No related branches found
No related tags found
No related merge requests found
Pipeline #15640 passed
......@@ -316,7 +316,7 @@
# construct the Haldane model
lat, fsyst = make_syst_topo()
# find 'A' and 'B' sites in the unit cell at the center of the disk
where = lambda s: np.linalg.norm(s.pos) < 3
where = lambda s: np.linalg.norm(s.pos) < 1
# component 'xx'
s_factory = kwant.kpm.LocalVectors(fsyst, where)
......
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