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
Anton Akhmerov
kwant
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
01570051b9694774000b57b8250cc9d14763b26e
Select Git revision
Branches
11
ci/build-matrix
ci_dependencies
cons_laws_combined
discretizer
feature/flux-with-leads
ll
master
default
modes_separation
sqrt_hop_rework
stable
stable_py2
Tags
19
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
v1.0.1
v1.1.0pre0
v1.0.0
v0.2.4
v0.2.0
v0.1.5
v0.1.0
v0.0.0
30 results
Begin with the selected commit
Created with Raphaël 2.2.0
15
Jan
12
11
10
9
8
7
5
4
31
Dec
30
22
21
20
15
6
3
2
17
Nov
16
15
14
9
8
3
2
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
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
setup.py: remove from __future__ import
correct semantics of operator calling
refactor operator module to remove compile-time warnings
fix use of realloc() for array.array
fix typo in whatsnew/1.3.rst
remove superfluous `print` from a test
allow user to control rng, remove rng side-effects from tests
transmission method for SMat
cons_laws_combi…
cons_laws_combined
teach SMatrix to understand conservation laws
mention conservation laws in whatsnew
skip coverage of hotpatches (minor)
allow specifying symmetries of systems
make modes aware of conservation laws
allow removing coverage
setup environments, ensure unique urls for branch docs
setup generating and uploading coverage reports
improve coverage configuration
CI: move whitespace check to external script
allow CI failure on mirroring
Remove uncommon import from test_leads.py
rewrite discretizer internal, apply some optimizations
discretizer
discretizer
optimize code by removing sympy.expand wherever seem no required.
remove Discretier class; remove interpolation code, style fixes
rename coordinates_operators, update notebooks
optimise value functions: step 3 (caching)
optimise value functions: step 2
optimise value functions: step 1
remove forgotten python2 compatibility from tests
fix problem with wrong sign of np.sign on sympy objects
use `a*site.tag` instead of `site.pos`; access it only when required
replacing np.array with tinyarray.array
change Sebastian's print messages into AssertionErrors
improve documentation
write more tests: coverage extended to 92%
bugfix problems with nonsympy constants in input
merge discretizer files into one; move discretizer and its tests to kwant/continuum
move tests to kwant/tests and fix them
enable sympy in gitlab-ci
making test 'pytest' compatibile
making discretizer importable as ``from kwant import Discretizer``
Loading