- Jun 25, 2020
-
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
- Jun 24, 2020
-
-
Pablo Piskunow authored
-
- May 19, 2020
-
-
Joseph Weston authored
Allow mode-space solvers to work with systems that have self-energy leads attached Closes #368 See merge request kwant/kwant!366
-
Joseph Weston authored
We cannot, of course, calculate scattering wavefunctions that *originate* in a selfenergy lead, as that would require knowing the modes. For this reason the test was changed from checking for 'NotImplementedError' to 'ValueError'
-
Joseph Weston authored
-
Joseph Weston authored
-
- May 18, 2020
-
-
Joseph Weston authored
This transformation is a pure refactor. It was not done in the previous commit so that the relevant change would be clear.
-
Joseph Weston authored
the weird 'if: x; continue' idiom is just to keep the changeset small and relevant. The next commit will fix this by indenting the existing code into an 'else' clause.
-
Joseph Weston authored
It is meaningful to calculate scattering matrix elements for leads that are specified as modes, but not for leads specified as selfenergies only.
-
Joseph Weston authored
smatrix should "just work" as long as we are not requesting scattering amplitudes to/from a selfenergy lead. Similarly wave_function should "just work" as long as we are not asking for a wavefunction originating from a selfenergy lead.
-
Joseph Weston authored
-
- May 12, 2020
-
-
Joseph Weston authored
Add a clarification to the self-energy calculation for leads See merge request kwant/kwant!353
-
Joseph Weston authored
-
Joseph Weston authored
-
- May 06, 2020
-
-
Joseph Weston authored
Vectorize wraparound See merge request kwant/kwant!363
-
- May 05, 2020
-
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
- May 02, 2020
-
-
Pablo Piskunow authored
-
- May 01, 2020
-
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
- Apr 27, 2020
-
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
- Apr 25, 2020
-
-
Anton Akhmerov authored
Fix trans symm act See merge request kwant/kwant!364
-
- Apr 21, 2020
-
-
Pablo Piskunow authored
-
- Apr 17, 2020
-
-
Pablo Piskunow authored
-
Pablo Piskunow authored
-
- Apr 14, 2020
-
-
Joseph Weston authored
-
Joseph Weston authored
fix builds against mumps when using conda/nonstandard shells Closes #375 See merge request kwant/kwant!362
-
- Apr 13, 2020
-
-
Joseph Weston authored
If the shell has not been set up correctly when using Conda, the necessary compiler flags will not have been set. We explicitly set them to avoid this problem.
-
Joseph Weston authored
Invoking "gcc" ourselves does not necessarily invoke the compiler with the same flags that will be used when the extensions are actually compiled.
-
Joseph Weston authored
We support Python 3.6, hence >=3.6
-
Joseph Weston authored
remove deprecated matplotlib API from plotter Closes #366 See merge request kwant/kwant!361
-
Joseph Weston authored
We have to modify all call-sites to use tuple unpacking
-
Joseph Weston authored
It turns out that Matplotlib colormaps are just callables that map the interval [0, 1] to a line in colorspace. The returned color is in the RGBA basis.
-