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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1f25d59cdc239090056a8efeb4d05cfab4a3f7b1
Select Git revision
Branches
4
master
default
pardiso
selected_inverse
stable
Tags
15
v1.1.1
v1.1.0
v1.1.0b0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.1.0pre0
v1.0.0
v0.2.4
v0.2.0
v0.1.5
v0.1.0
v0.0.0
19 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
Aug
22
19
18
22
18
22
12
7
6
2
31
Jul
30
26
25
24
23
20
19
18
17
12
5
1
29
Jun
24
18
7
5
4
30
May
17
25
28
27
24
22
21
20
17
15
14
9
8
7
3
2
3
30
Apr
29
28
27
26
25
17
Jan
29
Apr
30
25
28
27
24
22
20
19
20
18
17
15
13
11
10
4
18
Mar
19
18
16
15
14
15
14
12
5
4
1
28
Feb
24
25
22
21
22
21
18
20
18
19
18
17
14
13
12
13
12
6
2
1
31
Jan
29
15
Feb
29
Jan
25
6
Feb
29
Nov
6
Feb
5
17
Dec
25
21
17
29
Nov
28
29
28
27
26
27
23
22
21
20
17
19
19
Aug
18
Nov
17
16
12
9
8
19
Apr
6
Nov
21
Aug
25
Sep
16
May
27
Sep
21
29
Aug
15
May
5
Apr
10
May
19
Sep
19
Aug
11
16
Jul
18
Sep
11
17
3
2
3
2
30
Jul
22
20
16
13
12
10
24
Jun
13
3
May
2
3
20
Apr
19
4
May
10
Apr
21
20
19
11
10
6
5
3
30
Mar
8
5
20
8
3
2
26
Feb
25
29
1
Mar
23
Feb
22
16
15
13
11
10
10
Jan
6
add TODO item
update noise: allow to use reflection, disallow Green's functions
raise RuntimeError if plot, map, bands is called if matplotlib is not present
skip test_map if matplotlib is not present
capitalize kwant
add Mac OSX instructions for installing from package, update the Mac from source instructions
add test command to setup.py
add a reminder TODO item
make prim_vecs a property returning a numpy array
add length check for plot input
provide axes argument to every plotting function
ignore warnings in a better way
allow kwant to be run without matplotlib again (plotter would fail)
add test that imports the plotter without matplotlib (it fails)
add a single comprehensive test of most of kwant (QHE plateaus)
improve an error message for non-Hermitian Hamiltonian
fix tutorial typo
update TODO (implementation requires careful thinking)
docs: small reformulation
improve error message when leads are incompatible with the system
capitalize Kwant and Tinyarray where appropriate
Merge branch 'modes' into devel
setup: extract long description from README; update README from paper abstract
TODO entry
make tolerance in neighbor search relative to the shortest lattice vector
add 3d plotting example
plotter: remove superfluous leading underscores
avoid intermediate conversion to and from numpy array
fix site_size in 3D plot
fix scrambled coordinates when plotting 3d unsorted
fix has3d undefined if mplot3d not available
get rid of an ugly MATLABism
small documentation fixes
fix plotting of 1D systems
streamline plotter code
fix a failing test to not check for an arbitrary phase
update docs, add whatsnew entry
simplify the linear algebra part of solvers (mumps & sparse)
adapt solvers to the new output format, and streamline the code somewhat
improve algorithm selection for modes
Loading