- 17 Jun, 2021 2 commits
-
-
Viacheslav Ostroukh authored
This is done instead of picking all changes that were commited to master and not reflected in stable. Current master revision is 8a6d320b.
-
-
- 19 Jan, 2021 2 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
- 31 Jul, 2020 1 commit
-
-
Anton Akhmerov authored
Builder.substituted doesn't change the builder in place, contrary to what the docstring suggested.
-
- 12 May, 2020 1 commit
-
-
Joseph Weston authored
Closes #379
-
- 16 Apr, 2020 1 commit
-
-
Christoph Groth authored
-
- 30 Mar, 2020 1 commit
-
-
Tinyarrays used to have identical hashes to tuples, but this was not part of the official interface. While the core of Kwant did not depend on this implementation detail, the tests did.
-
- 27 Mar, 2020 1 commit
-
-
Joseph Weston authored
-
- 20 Mar, 2020 1 commit
-
-
Joseph Weston authored
update libraries for linking against Mumps in conda-forge See merge request kwant/kwant!355
-
- 16 Mar, 2020 1 commit
-
-
Joseph Weston authored
Recently conda-forge updated their packaging so that sequential Mumps is a separate package, [mumps-seq](https://anaconda.org/conda-forge/mumps-seq), which names the libraries with a suffix '_seq' (contrary to how Debian does it). In addition we no longer need to explicitly link against Scotch, pord or gfortran as the conda-forge built mumps libraries already do this. All tests still pass without explicitly linking against mpiseq, so it is left out.
-
- 28 Jan, 2020 1 commit
-
-
Christoph Groth authored
-
- 06 Dec, 2019 2 commits
-
-
Christoph Groth authored
-
Joseph Weston authored
Fix behaviour of discretizer when locals contains numpy array values See merge request kwant/kwant!344
-
- 29 Nov, 2019 1 commit
-
-
Dániel Varjas authored
-
- 15 Nov, 2019 3 commits
-
-
Joseph Weston authored
Incraese the timeout and number of retries when running the link check on the documentation; this should increase the specificity of the test. See merge request kwant/kwant!332 Closes #332.
-
Joseph Weston authored
The combination of longer timeout and larger number of retries should make the linkcheck sufficiently specific again.
-
Joseph Weston authored
Retrying > once should increase the specificity of the check a lot.
-
- 13 Nov, 2019 5 commits
-
-
Joseph Weston authored
Fixup/qsymm tests See merge request kwant/kwant!330
-
Joseph Weston authored
sympy symbols with 'real' set differently do not hash to the same value (and possibly do not compare equal).
-
Joseph Weston authored
-
Joseph Weston authored
__eq__ for Models just uses allclose anyway.
-
Joseph Weston authored
-
- 12 Nov, 2019 4 commits
-
-
Joseph Weston authored
This is more idiomatic.
-
Joseph Weston authored
Also comment other usages of this parameter.
-
Joseph Weston authored
Qsymm is now installed in the testing image directly
-
Joseph Weston authored
-
- 23 Oct, 2019 7 commits
-
-
Joseph Weston authored
-
Joseph Weston authored
Not providing these is now deprecated. Close #325.
-
Joseph Weston authored
fix kpm.conductivity in the case where 'norbs' is not set See merge request kwant/kwant!321
-
Joseph Weston authored
This does not require assuming that site families have 'norbs' set. Closes #313.
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
fix a bug in kwant.qsymm See merge request kwant/kwant!325
-
- 21 Oct, 2019 4 commits
-
-
Joseph Weston authored
-
Joseph Weston authored
The test suite uses features from the 1.2 release of qsymm.
-
Joseph Weston authored
This is not an API of qsymm.
-
Joseph Weston authored
-
- 06 Sep, 2019 2 commits
-
-
-
Joseph Weston authored
Sphinx 2 got rid of 'sphinx.main' so we can no longer use it.
-