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

move image sources into own directory

parent a5e8f690
No related branches found
No related tags found
No related merge requests found
File moved
File added
File moved
......@@ -6,7 +6,7 @@ import numpy as np
# shape.png is an image containing the system shape colored in black. Here we
# read the image from this file, create an empty scattering region, and add to
# it the sites with coordinates of pixels that we encounter in the image.
im = misc.imread('shape.png')[:, :, 0]
im = misc.imread('billiard-shape.png')[:, :, 0]
sys = kwant.Builder()
lat = kwant.lattice.square()
for pos in np.argwhere(im != 255):
......
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