Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
kwant
Commits
a1095b72
Commit
a1095b72
authored
Mar 27, 2020
by
Joseph Weston
Browse files
fix docstring for kwant.system.System.site_ranges
parent
ad6014c3
Pipeline
#31552
passed with stages
in 44 minutes and 54 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kwant/system.py
View file @
a1095b72
...
...
@@ -30,7 +30,7 @@ class System(metaclass=abc.ABCMeta):
the first site in the range, the number of orbitals on each site in the
range, and the offset of the first orbital of the first site in the
range. In addition, the final triple should have the form
``(
len(
graph.num_nodes
)
, 0, tot_norbs)`` where ``tot_norbs`` is the
``(graph.num_nodes, 0, tot_norbs)`` where ``tot_norbs`` is the
total number of orbitals in the system.
parameters : frozenset of strings
The names of the parameters on which the system depends. This attribute
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment