Skip to content
Snippets Groups Projects
Commit a37715b9 authored by Joseph Weston's avatar Joseph Weston
Browse files

mark flux module as provisional

parent 9ad36a5c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,13 @@
# http://kwant-project.org/license. A list of Kwant authors can be found in
# the file AUTHORS.rst at the top-level directory of this distribution and at
# http://kwant-project.org/authors.
"""Functions for fixing the magnetic gauge automatically in a Kwant system."""
"""Functions for fixing the magnetic gauge automatically in a Kwant system.
The "gauge" module has been included in Kwant on a provisional basis.
Backwards incompatible changes (up to and including removal of the package)
may occur if deemed necessary by the core developers.
"""
import functools as ft
......@@ -366,6 +372,9 @@ def magnetic_gauge(syst):
be used to later calculate the Peierls phases that
should be applied to each hopping, given a magnetic field.
This API is currently provisional. Refer to the documentation
for details.
Parameters
----------
syst : kwant.builder.FiniteSystem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment