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
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
Joseph Weston
kwant
Commits
39c70123
Commit
39c70123
authored
12 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
several small documentation fixes
parent
e0724de5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
INSTALL
+1
-1
1 addition, 1 deletion
INSTALL
doc/source/tutorial/tutorial2.rst
+1
-1
1 addition, 1 deletion
doc/source/tutorial/tutorial2.rst
doc/source/whatsnew/0.2.rst
+3
-3
3 additions, 3 deletions
doc/source/whatsnew/0.2.rst
with
5 additions
and
5 deletions
INSTALL
+
1
−
1
View file @
39c70123
...
@@ -28,7 +28,7 @@ The following software is highly recommended though not strictly required:
...
@@ -28,7 +28,7 @@ The following software is highly recommended though not strictly required:
Generic instructions
Generic instructions
====================
====================
Please note the `
S
ystem-specific instructions`_ below.
Please note the `
s
ystem-specific instructions`_ below.
kwant can be built and installed following the `usual Python conventions
kwant can be built and installed following the `usual Python conventions
<http://docs.python.org/install/index.html>`_ by running the following commands
<http://docs.python.org/install/index.html>`_ by running the following commands
...
...
This diff is collapsed.
Click to expand it.
doc/source/tutorial/tutorial2.rst
+
1
−
1
View file @
39c70123
...
@@ -116,7 +116,7 @@ the following, clearly non-monotonic conductance steps:
...
@@ -116,7 +116,7 @@ the following, clearly non-monotonic conductance steps:
`~kwant.builder.Builder.possible_hoppings` is given in terms of
`~kwant.builder.Builder.possible_hoppings` is given in terms of
lattice indices, i.e. relative to the Bravais lattice vectors.
lattice indices, i.e. relative to the Bravais lattice vectors.
For a square lattice, the Bravais lattice vectors are simply
For a square lattice, the Bravais lattice vectors are simply
:math:
`(a,0)` and
:math:
`(0,a)`, and hence the mapping from
`(a,0)` and `(0,a)`, and hence the mapping from
lattice indices `(i,j)` to real space and back is trivial.
lattice indices `(i,j)` to real space and back is trivial.
This becomes more involved in more complicated lattices, where
This becomes more involved in more complicated lattices, where
the real-space directions corresponding to, for example, `(1,0)`
the real-space directions corresponding to, for example, `(1,0)`
...
...
This diff is collapsed.
Click to expand it.
doc/source/whatsnew/0.2.rst
+
3
−
3
View file @
39c70123
...
@@ -31,12 +31,12 @@ New tutorial dealing with superconductivity
...
@@ -31,12 +31,12 @@ New tutorial dealing with superconductivity
New `~kwant.plotter` module
New `~kwant.plotter` module
---------------------------
---------------------------
`~kwant.plotter` has been rewritten using
`
matplotlib
`
, which allows
`~kwant.plotter` has been rewritten using matplotlib, which allows
plot post-processing, basic 3D plotting and many other features. Due to the
plot post-processing, basic 3D plotting and many other features. Due to the
possibility to easily modify a
`
matplotlib
`
plot after it has been generated,
possibility to easily modify a matplotlib plot after it has been generated,
function `~kwant.plotter.plot` has much fewer input parameters, and is less
function `~kwant.plotter.plot` has much fewer input parameters, and is less
flexible than its previous implementation. Its interface is also much more
flexible than its previous implementation. Its interface is also much more
similar to that of
`
matplotlib
`
. For the detailed interface and input
similar to that of matplotlib. For the detailed interface and input
description check `~kwant.plotter.plot` documentation.
description check `~kwant.plotter.plot` documentation.
The behavior of `~kwant.plotter.plot` with low level systems has changed.
The behavior of `~kwant.plotter.plot` with low level systems has changed.
...
...
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