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.
b1b537cd36f20049a39c6d70bf459da24d739248
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
31
Dec
24
20
18
16
15
13
12
10
6
5
29
Nov
28
26
22
20
15
13
12
23
Oct
21
24
Sep
9
6
3
2
30
Aug
28
26
21
19
Jul
17
15
9
5
3
12
Jun
2
27
May
24
23
9
7
6
3
24
Apr
23
9
8
2
1
19
Mar
8
6
4
1
27
Feb
25
22
20
17
15
14
12
11
9
8
6
5
4
8
Jan
7
6
4
31
Dec
20
18
14
7
6
3
28
Nov
26
20
25
Oct
24
23
19
16
12
10
9
8
1
26
Sep
24
21
20
5
3
22
Aug
17
14
13
11
9
8
7
3
2
1
31
Jul
18
5
20
Jun
22
May
18
11
Apr
9
3
12
Mar
8
5
1
28
Feb
27
26
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
prefer np.block over np.bmat to produce np.ndarray and not np.matrix
return empty arrays when necessary
convert float to integer
cosmetic changes
fix whitespace
use MUMPS to augment diagonalization where possible
check scipy version explicitly
return energies and wavefunctions separately
correct svd_v in expression for equation 19
implement boundstate algorithm
Merge branch 'feature/nd-systems' into 'master'
make linebreaks closer to pep8 compliant
update system consumers where they assume the old system format
update 'sites' and 'id_by_site' where they assume the old system format
update cell/inter-cell Hamiltonian to use symmetry information
update vectorized finalized Builders to use new storage format
add 'symmetry' and 'symmetry_element' to the abstract vectorized system
move the Symmetry documentation to the system module page
replace 'builder' with 'system' when referring to 'Symmetry'
move Symmetry and NoSymmetry to the system module
allow Symmetry to act with a single group element on a SiteArray
disable hamiltonian_submatrix for InfiniteVectorizedSystem
move infinite system docstring from mixin to abstract base class
apply a minor refactor to 'hamiltonian_term'
correct vectorized builder test
use vectorized system interface more idiomatically in tests
Merge branch 'feature/plotly' into 'master'
add Kelvin to the Authors file
add a whatsnew entry
Adds the plotly testing script.
Adds a tutorial to use the plotly engine.
Addresses the discussions in merge request.
Fix the cmap of the map_matplotlib function to the correct colormap of matplotlib.
Add support for older plotly API for adding multiple traces in the figure object.
Working heatmap implementation.
Raises a RuntimeError when incompatible inputs are provided to the plot function using the plotly backend.
Add 3d implementation for plotly backend of plot().
2D implementation of the plot() function.
add scalarplot() implementation for plotly backend
convert kwant-red colormap when plotly backend is selected
Loading