From 2af4495c3aaa0ef0ab806d351dc118066d8c3f6d Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Sat, 27 Apr 2013 10:40:36 -0400 Subject: [PATCH] update whatsnew --- doc/source/whatsnew/0.3.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/whatsnew/0.3.rst b/doc/source/whatsnew/0.3.rst index 2ec44abc..d9c5add3 100644 --- a/doc/source/whatsnew/0.3.rst +++ b/doc/source/whatsnew/0.3.rst @@ -126,6 +126,9 @@ Change of modes format and `~kwant.builder.ModesLead` The return format of the modes calculation was simplified, and so was the information required by the solvers about the leads. +`~kwant.physics.selfenergy` now uses the output of `~kwant.physics.modes` as +input instead of the slice Hamiltonian and inter-slice hopping. + Similar to self-energy, calculation of modes is now the lead's responsibility. There is also a new object `~kwant.builder.ModesLead`, allowing to attach leads that have a custom way of calculating their modes, e.g. ideal leads. -- GitLab