Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Michael Wimmer
kwant
Commits
560a139d
Commit
560a139d
authored
11 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
doc: spellcheck tutorial6
parent
6853185b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/tutorial/tutorial6.rst
+7
-7
7 additions, 7 deletions
doc/source/tutorial/tutorial6.rst
with
7 additions
and
7 deletions
doc/source/tutorial/tutorial6.rst
+
7
−
7
View file @
560a139d
...
...
@@ -38,7 +38,7 @@ busy plot:
.. image:: ../images/plot_graphene_sys1.*
A much clearer plot can be obtained by using different colors for both
sublattices, and by having different linewidths for different hoppings.
sublattices, and by having different line
widths for different hoppings.
This can be achieved by passing a function to the arguments of
`~kwant.plotter.plot`, instead of a constant. For properties of sites, this
must be a function taking one site as argument, for hoppings
...
...
@@ -54,7 +54,7 @@ that is more intelligible, still carrying all information:
.. image:: ../images/plot_graphene_sys2.*
Ap
o
rt from plotting the *system* itself, `~kwant.plotter.plot` can also be
Ap
a
rt from plotting the *system* itself, `~kwant.plotter.plot` can also be
used to plot *data* living on the system.
As an example, we now compute the eigenstates of the graphene quantum dot
...
...
@@ -140,7 +140,7 @@ which shows the edge state nature of the wave function most clearly.
.. rubric:: Footnotes
.. [#] A dangling site is defined as having only one hopping connecting
it to the rest. With next-nearest-neigbor hopping also all sites
it to the rest. With next-nearest-neig
h
bor hopping also all sites
that are dangling with only nearest-neighbor hopping have more than
one hopping.
...
...
@@ -148,11 +148,11 @@ which shows the edge state nature of the wave function most clearly.
................................
Zincblende is a very common crystal structure of semiconductors. It is
a face-centered cu
u
bic crystal with two
u
nequivalent atoms in the
a face-centered cubic crystal with two
i
nequivalent atoms in the
unit cell (i.e. two different types of atoms, unlike diamond which has
the same crystal structure, but to equivalent atoms per unit cell).
It is very easily generated in
k
want with `kwant.lattice.general`:
It is very easily generated in
K
want with `kwant.lattice.general`:
.. literalinclude:: plot_zincblende.py
:start-after: #HIDDEN_BEGIN_zincblende1
...
...
@@ -200,7 +200,7 @@ arbitrarily, allowing for a good inspection of the geometry from all sides.
the plot window however one can manually adjust the aspect ratio.
Also for 3D it is possible to customize the plot. For example, we
can explicit
e
ly plot the hoppings as lines, and color sites differently
can explicitly plot the hoppings as lines, and color sites differently
depending on the sublattice:
.. literalinclude:: plot_zincblende.py
...
...
@@ -212,7 +212,7 @@ in a window) explore the crystal structure:
.. image:: ../images/plot_zincblende_sys2.*
Hence, a few lines of code using
k
want allow
s for
explor
ing
all the different
Hence, a few lines of code using
K
want allow
to
explor
e
all the different
crystal lattices out there!
.. note::
...
...
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