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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Joseph Weston
kwant
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
55b84752f369253172da2675a793cb7c0871be4a
Select Git revision
Branches
14
boundstate
feature/#250/plotly_backend_selection
feature/#252/scalarplot_plotly
feature/#253/streamplot_plotly
feature/boundstate
feature/indexable
fixup/testing-env
kwant2-system
master
default
setup-argparse
stable
stable_py2
system2
version/pin-sympy
Tags
20
v1.3.1
latest-1.3
v1.4.0a0
v1.3.0
v1.2.3
latest-1.2
v1.1.3
latest-1.1
v1.3.0a1
v1.3.0a0
v1.2.2
v1.1.2
v1.2.0a0
v1.1.1
v1.1.0
v1.1.0b0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
34 results
Begin with the selected commit
Created with Raphaël 2.2.0
26
Feb
23
22
21
16
8
7
6
18
Jan
12
11
10
8
5
15
Dec
13
8
7
5
4
30
Nov
20
17
15
14
27
Oct
26
13
14
Sep
13
12
6
30
Aug
29
28
18
11
10
4
31
Jul
27
25
20
14
30
Jun
27
26
23
21
20
19
16
15
9
24
May
23
19
18
17
14
13
12
11
9
7
5
4
28
Apr
27
26
25
24
19
18
12
11
5
30
Mar
28
24
23
22
21
20
17
16
14
13
10
9
8
6
24
Feb
23
21
16
15
2
1
31
Jan
30
27
25
24
22
21
20
19
17
16
15
12
11
10
9
8
5
4
31
Dec
30
21
20
15
6
3
2
23
Nov
21
17
16
15
14
9
3
2
1
30
Oct
26
25
24
16
Sep
9
30
Aug
16
6
4
28
Jun
14
10
8
6
4
3
30
May
27
26
5
3
1
Apr
8
Mar
8
Jan
16
Dec
15
14
11
9
8
7
3
26
Nov
24
23
13
11
10
7
5
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
test _plotter importable without matplotlib
move functions to _plotter.py, where they are needed
update tests to get mpl_available from _plotter.py
add necessary imports to _plotter
update all reference to names that were moved to _plotter.py
move expensive imports to _plotter.py module
add lazy module importer
update versioning system to work with 'git archive'
add momentum and position operators to 'continuum' namespace
set default value for matplotlib_backend_chosen
use lstsq with explicit parameters in preparation for numpy v1.14
add vmax option to streamplot
Merge branch 'fix_init_rand_vec'
clarify that 'rng' parameter is always used in SpectralDensity
remove use of 'vector_factory' when calculating spectral bounds
fix problem in discretizer that occur when onsite is set to "int(1)"
fix return type of Builder.finalize() to concrete subclass
Merge branch 'stable'
Merge !202 (do not overwrite variable in loop) into stable
whitespace fixes in test_discretizer.py
do not overwrite variable in loop
adds test that checks for the expected discretizer returned function name
fix streamline color if no lines are blended
Merge branch 'stable'
call np.linalg.lstsq with rcond=-1 to suppress the FutureWarning in numpy 1.14
run yum install with sudo during the conda build
update CONTRIBUTE.rst
call np.linalg.lstsq with rcond=-1 to suppress the FutureWarning in numpy 1.14
Merge tag 'v1.3.2'
update AUTHORS.rst
fix bug in phs_symmetrization using square root method
select matplotlib backend only when needed
clean up and simplify plotter.output_fig()
fix "closed_system.py" tutorial script
mention shorter name aliases in docstrings
add explicit documentation about the ordering of densities/currents
Merge branch 'deprecation-warnings' into stable
enable reporting of warnings
ignore warnings from the plotter about canvas being None
check for warning when a sympy expression is passed to 'lambdify'
Loading