Skip to content
Snippets Groups Projects
Commit 78baecca authored by Bas Nijholt's avatar Bas Nijholt
Browse files

sys -> syst

parent 050fef25
No related branches found
No related tags found
1 merge request!14sys -> syst
Pipeline #
...@@ -54,9 +54,9 @@ The complete code that constructs the graphene flake shown on the right side is ...@@ -54,9 +54,9 @@ The complete code that constructs the graphene flake shown on the right side is
return x**2 + y**2 < 8**2 return x**2 + y**2 < 8**2
lat = kwant.lattice.honeycomb() lat = kwant.lattice.honeycomb()
sys = kwant.Builder() syst = kwant.Builder()
sys[lat.shape(disk, (0, 0))] = 0 syst[lat.shape(disk, (0, 0))] = 0
sys[lat.neighbors()] = -1 syst[lat.neighbors()] = -1
In addition to the flake itself, the image also shows the wave function of a In addition to the flake itself, the image also shows the wave function of a
low energy eigenstate. The size of each circle is proportional to the wave low energy eigenstate. The size of each circle is proportional to the wave
......
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