Commits on Source (98)
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
This allows static analyzers like "Jedi" to work. Closes #223
-
Christoph Groth authored
-
Christoph Groth authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
Use a more modern sphinx invocation
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
Currently we just set the default figure size. Matplotlib is annoying when it comes to setting these default parameters, and we have to ensure that we set any 'rcParams' in a separate Jupyter cell and *after* we import pyplot.
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
Convert tutorial building machinery to Jupyter-Sphinx. Closes #87 See merge request kwant/kwant!296
-
Christoph Groth authored
-
-
-
Anton Akhmerov authored
Closes issue #300
-
Anton Akhmerov authored
Closes issue #299
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Joseph Weston authored
Raise a TypeError when a site size/color is provided as an array and the system is a kwant.Builder, as the site ordering for the latter is not well defined. A function should be used instead.
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
Raise a TypeError when site sizes/colors are provided as arrays and the system to plot is a kwant.Builder. Closes #293 See merge request kwant/kwant!301
-
Joseph Weston authored
-
Co-Authored-By:
Joseph Weston <joseph@weston.cloud>
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
Implement Landau level discretization. See merge request kwant/kwant!295
-
Joseph Weston authored
-
Joseph Weston authored
Closes #304.
-
Joseph Weston authored
-
Joseph Weston authored
Modify tutorial to remove warnings.
-
Joseph Weston authored
this decorator will be needed in kwant/builder.py in the next commit.
-
Joseph Weston authored
This function adds a Peierls phase to a Builder
-
Joseph Weston authored
-
Joseph Weston authored
add 'add_peierls_phase' utility function. See merge request kwant/kwant!300
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
use latest jupyter-sphinx and configure thebelab Closes #306 See merge request kwant/kwant!308
-
Joseph Weston authored
Closes #196.
-
Tómas authored
-
Pablo Piskunow authored
-
Joseph Weston authored
Closes #238
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
deprecate leaving 'norbs' unset See merge request kwant/kwant!316
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
Latest versions of Kaniko builder use this new credentials directory
-
Joseph Weston authored
We still have to manually start image building jobs, and there is no disadvantage to allowing rebuilding arbitrary images.
-
Joseph Weston authored
This reverts commit f2ac01b9.
-
Joseph Weston authored
Closes #305.
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
It has been > 6 months since the release of Ubuntu 18.04 LTS.
-
Joseph Weston authored
This fix will need to be backported to stable too, but we want the testing images to be built on master, as other requirements (specifically doc building) have changed.
-
Joseph Weston authored
bump the required versions of dependencies See merge request kwant/kwant!331
-
Joseph Weston authored
Previously the value function would return a single-element vector (which is illegal); now it returns a scalar.
-
Joseph Weston authored
Later these will become part of the official System interface
-
Joseph Weston authored
We remove the ABC metaclass as now 'normalize_tag' and 'normalize_tags' are cyclically defined, and subclasses must redefine at least 1.
-
Joseph Weston authored
-
Joseph Weston authored
Now 'which' and 'act' (and, by extension, 'to_fd') now accept SiteArrays as well as Sites.
-
Joseph Weston authored
Add the 'subgraphs', 'terms', and 'site_arrays' attributes, and 'hamiltonian_term' method and implement 'hamiltonian_submatrix', 'cell_hamiltonian' and 'inter_cell_hopping' in a vectorized way.
Showing
- .gitignore 1 addition, 7 deletions.gitignore
- .gitlab-ci.yml 23 additions, 19 deletions.gitlab-ci.yml
- .gitlab/issue_templates/release.md 53 additions, 0 deletions.gitlab/issue_templates/release.md
- INSTALL.rst 13 additions, 29 deletionsINSTALL.rst
- RELEASE.rst 31 additions, 20 deletionsRELEASE.rst
- doc/Makefile 22 additions, 165 deletionsdoc/Makefile
- doc/kwantdoctheme/static/kwantdoctheme.css 4 additions, 0 deletionsdoc/kwantdoctheme/static/kwantdoctheme.css
- doc/source/code/README 0 additions, 42 deletionsdoc/source/code/README
- doc/source/code/figure/_defs.py 0 additions, 34 deletionsdoc/source/code/figure/_defs.py
- doc/source/code/figure/ab_ring.py.diff 0 additions, 202 deletionsdoc/source/code/figure/ab_ring.py.diff
- doc/source/code/figure/band_structure.py.diff 0 additions, 67 deletionsdoc/source/code/figure/band_structure.py.diff
- doc/source/code/figure/closed_system.py.diff 0 additions, 168 deletionsdoc/source/code/figure/closed_system.py.diff
- doc/source/code/figure/discretize.py.diff 0 additions, 248 deletionsdoc/source/code/figure/discretize.py.diff
- doc/source/code/figure/faq.py.diff 0 additions, 483 deletionsdoc/source/code/figure/faq.py.diff
- doc/source/code/figure/graphene.py.diff 0 additions, 217 deletionsdoc/source/code/figure/graphene.py.diff
- doc/source/code/figure/kernel_polynomial_method.py.diff 0 additions, 379 deletionsdoc/source/code/figure/kernel_polynomial_method.py.diff
- doc/source/code/figure/magnetic_texture.py.diff 0 additions, 286 deletionsdoc/source/code/figure/magnetic_texture.py.diff
- doc/source/code/figure/plot_graphene.py.diff 0 additions, 141 deletionsdoc/source/code/figure/plot_graphene.py.diff
- doc/source/code/figure/plot_qahe.py.diff 0 additions, 78 deletionsdoc/source/code/figure/plot_qahe.py.diff
- doc/source/code/figure/plot_zincblende.py.diff 0 additions, 71 deletionsdoc/source/code/figure/plot_zincblende.py.diff
.gitlab/issue_templates/release.md
0 → 100644
doc/source/code/README
deleted
100644 → 0
doc/source/code/figure/_defs.py
deleted
100644 → 0
doc/source/code/figure/faq.py.diff
deleted
100644 → 0