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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
Rafal Skolasinski
kwant
Commits
601520b7
Commit
601520b7
authored
7 years ago
by
Joseph Weston
Browse files
Options
Downloads
Plain Diff
merge branch 'stable_py2'
update the mode ordering documentation as it applies to kwant>=1.3.
parents
fbc13c68
53a12b13
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kwant/physics/leads.py
+6
-3
6 additions, 3 deletions
kwant/physics/leads.py
with
6 additions
and
3 deletions
kwant/physics/leads.py
+
6
−
3
View file @
601520b7
...
@@ -124,9 +124,12 @@ class PropagatingModes:
...
@@ -124,9 +124,12 @@ class PropagatingModes:
Notes
Notes
=====
=====
The sort order of all the three arrays is identical. The first half of the
The sort order of all the three arrays is identical. The first half of the
modes have negative velocity, the second half have positive velocity. The
modes have negative velocity, the second half have positive velocity.
modes with negative velocity are ordered from larger to lower momenta, the
Within these halves the modes are ordered by the eigenvalues of any
modes with positive velocity vice versa.
declared conservation laws. Within blocks with the same conservation law
eigenvalue the modes with negative velocity are ordered by increasing
momentum, and the modes with positive velocity are ordered by decreasing
momentum. Finally, modes are ordered by the magnitude of their velocity.
The first dimension of `wave_functions` corresponds to the orbitals of all
The first dimension of `wave_functions` corresponds to the orbitals of all
the sites in a unit cell, the second one to the number of the mode. Each
the sites in a unit cell, the second one to the number of the mode. Each
...
...
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