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
9efa2795
Commit
9efa2795
authored
11 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
streamline description
parent
58ef159e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+8
-13
8 additions, 13 deletions
README
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
9 additions
and
14 deletions
README
+
8
−
13
View file @
9efa2795
Kwant is a Python package for numerical quantum transport calculations. It aims
to be an user-friendly, universal, and high-performance toolbox for the
simulation of physical systems of any dimensionality and geometry that can be
described by a tight-binding model. Kwant has been designed such that the
natural concepts of the theory of quantum transport (lattices, symmetries,
electrodes, orbital/spin/electron-hole degrees of freedom) are exposed in a
simple and transparent way: Defining a new simulation setup is very close to
describing the corresponding mathematical model. Kwant offers direct support for
calculations of transport properties (conductance, noise, scattering matrix),
dispersion relations, modes, wave functions, various Green’s functions, and
out-of-equilibrium local quantities (charge or current densities). Other
computations involving tight-binding Hamiltonians can be implemented easily
thanks to its extensible and modular nature.
Kwant is a Python package for numerical quantum transport calculations. It
exposes the natural concepts of the theory of quantum transport (lattices,
symmetries, electrodes, orbital/spin/electron-hole degrees of freedom) in a
simple and transparent way. Kwant offers direct support for calculations of
transport properties (conductance, noise, scattering matrix), dispersion
relations, modes, wave functions, various Green’s functions, and
out-of-equilibrium local quantities. Other computations involving tight-binding
Hamiltonians can be implemented easily.
See also the files INSTALL, LICENSE, AUTHORS, and ACKNOWLEDGEMENTS in this
directory.
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
9efa2795
...
...
@@ -440,7 +440,7 @@ def main():
version
=
version
(),
author
=
'
C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, et al.
'
,
author_email
=
'
authors@kwant-project.org
'
,
description
=
"
A p
ackage for numerical quantum transport calculations.
"
,
description
=
"
P
ackage for numerical quantum transport calculations.
"
,
long_description
=
long_description
(),
platforms
=
[
"
Unix
"
,
"
Linux
"
,
"
Mac OS-X
"
,
"
Windows
"
],
url
=
"
http://kwant-project.org/
"
,
...
...
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