- 15 Jun, 2021 2 commits
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- 14 Jun, 2021 2 commits
-
-
Anton Akhmerov authored
-
Viacheslav Ostroukh authored
`renderer` argument of mplot3d's `do_3d_projection()` is deprecated in Matplotlib 3.4. This commit switches from using (also deprecated) `renderer.M` to `self.axes.M`. A warning about `renderer` being deprecated is still emitted, but we still need to keep `renderer=None` statements for reverse compatibility.
-
- 11 Jun, 2021 1 commit
-
-
Viacheslav Ostroukh authored
The issue is in Matplotlib. This is a temporary solution before [1] is merged. Fixes #407. [1] https://github.com/matplotlib/matplotlib/pull/20416
-
- 18 Mar, 2021 1 commit
-
-
Viacheslav Ostroukh authored
Merge request !370 was supposed to make Python 3.7 minimal required version, but in some places 3.6 sneaked from attention. This commit fixes that.
-
- 03 Mar, 2021 1 commit
-
-
Viacheslav Ostroukh authored
In many cases bug [1] causes `scipy.sparse.coo_matrix` to cast complex matrix to float. [1] https://github.com/scipy/scipy/issues/13585
-
- 02 Mar, 2021 1 commit
-
-
Viacheslav Ostroukh authored
-
- 20 Feb, 2021 1 commit
-
-
Bas Nijholt authored
-
- 22 Jan, 2021 1 commit
-
-
Christoph Groth authored
-
- 21 Jan, 2021 1 commit
-
-
Christoph Groth authored
-
- 19 Jan, 2021 3 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- 25 Dec, 2020 2 commits
-
-
- 22 Dec, 2020 11 commits
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
Dependency fixes Closes #386 See merge request !370
-
Anton Akhmerov authored
-
Anton Akhmerov authored
This is a temporary choice due to a bug in IPykernel https://github.com/ipython/ipykernel/issues/540
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
Closes #386
-
Anton Akhmerov authored
-
Anton Akhmerov authored
We plan a release no earlier than September 2020, which means that we target Debian buster and Ubuntu focal when determining package versions
-
Anton Akhmerov authored
-
- 21 Dec, 2020 1 commit
-
-
Anton Akhmerov authored
-
- 10 Dec, 2020 6 commits
-
-
Anton Akhmerov authored
Fix reflection calculation for kwant.greens_function Closes #398 See merge request kwant/kwant!377
-
Joseph Weston authored
We are typically concerned with features no smaller than 1e-4 - 1e-5 times the bandwidth. With this change we add some tolerance to error accumulation while not influencing physical results.
-
Joseph Weston authored
-
Joseph Weston authored
The broadening matrix (gamma) itself has norm ~0 when there are no open modes, meaning that the tolerance we are checking against is always too small in this case. Instead we check against the norm of the selfenergy, which is nonzero even when there are no open modes.
-
Joseph Weston authored
-
Joseph Weston authored
A global constant named 'chain' is defined later in the test module, so 'from itertools import chain' is confusing.
-
- 23 Oct, 2020 1 commit
-
-
Christoph Groth authored
-
- 19 Aug, 2020 5 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
Describe more fundamental attributes first.
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-