Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kwant
website
Commits
78baecca
There was a problem fetching the pipeline summary.
Commit
78baecca
authored
8 years ago
by
Bas Nijholt
Browse files
Options
Downloads
Patches
Plain Diff
sys -> syst
parent
050fef25
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
sys -> syst
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/index.rst
+3
-3
3 additions, 3 deletions
content/index.rst
with
3 additions
and
3 deletions
content/index.rst
+
3
−
3
View file @
78baecca
...
@@ -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()
sys
t
= kwant.Builder()
sys[lat.shape(disk, (0, 0))] = 0
sys
t
[lat.shape(disk, (0, 0))] = 0
sys[lat.neighbors()] = -1
sys
t
[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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment