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
Graph
dc0fd7dbc38cea68cfbaa0bfed29fd7ced5884aa
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
Nov
2
26
Oct
21
20
9
8
11
Sep
19
Aug
4
3
29
Jul
28
27
20
3
19
May
28
Apr
15
14
9
9
Mar
5
4
2
24
Feb
4
3
27
Jan
20
17
Dec
20
Nov
14
13
30
Sep
27
Aug
31
Jul
10
9
7
1
17
Jun
26
May
21
20
19
14
9
6
14
Apr
8
2
6
Mar
19
Feb
14
3
22
Jan
21
20
17
6
Nov
15
Oct
8
20
Sep
10
9
8
7
8
7
6
5
3
2
1
30
Aug
29
28
27
26
24
23
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
Add some preliminary test code for the pardiso solver
selected_inverse
selected_inverse
add computation of selected entries of the inverse
avoid memory copy; improve test coverage
fix some more bugs
pardiso
pardiso
extend coverage of pardiso solver to different number of openmp threads
add test for selected inversion
fix some bugs, add more tests
Pardiso selected inversion
fix the way I set the number of threads - not necessarily optimal right now (it's a mess in PARDISO)
first version of PARDISO kwant solver
fix bug, add first tests and setup
First version of PARDISO wrapper (rough, no docstrings)
update tutorial example diff, removing unneeded hunk
master
master
fix ab_ring hopping
setup.py: implicitly enable --cython when running from git
setup.py: fix error in code showing an error message
update determination of short version to work with PEP 440 style
setup.py: make warning sound less intimidating
v1.1.1 stable
v1.1.1 stable
setup.py: disable cython by default
fix typo in docstring
finalize whatsnew
v1.1.0
v1.1.0
silence an unjustified warning by cython (for now)
silence some cython warnings
setup.py: let Cython.Build.cythonize do the cythonization
include default setup.cfg
setup.py: simplify ext_modules()
setup.py: use setuptools.find_packages()
instruct to use pip for linux source builds
fix confusing error message if there was an ImportError inside kwant._system
silence warnings with numpydoc 0.4
fill docstring
fix numpy not being available on install
update copyright notices
license: remove mention of sphinxext, update time range
setup.py: use setuptools
make kwant version conform to PEP 440
setup.py: harmonize names of build commands
setup.py: improve cythonization support
simplify and improve version determination
setup.py: get rid of duplication of get_version_from_git
Loading