From ea17361199a41086dac2435914dbfec536f48778 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Wed, 21 Dec 2016 18:12:03 +0100 Subject: [PATCH] update whatsnew with fill and lead period extension --- doc/source/pre/whatsnew/1.3.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/source/pre/whatsnew/1.3.rst b/doc/source/pre/whatsnew/1.3.rst index b54a1b6d..096c9286 100644 --- a/doc/source/pre/whatsnew/1.3.rst +++ b/doc/source/pre/whatsnew/1.3.rst @@ -66,3 +66,16 @@ them to construct scattering states that are accordingly symmetric. Pickling support ---------------- It is now possible to pickle and unpickle Kwant ``Builder`` and ``System``. + +Using Builders as templates with Builder.fill() +----------------------------------------------- +Builders now have a fill() method that fills the Builder with copies of +a template Builder (passed as a parameter). This can be used to "cut out" +shapes from high-symmetry models, or to increase the symmetry period of +a lead. + +attach_lead() can now handle leads with greater than nearest-neighbor hoppings +------------------------------------------------------------------------------ +When attaching a lead with greater than nearest-neighbor hoppings, the symmetry +period of the finalized lead is suitably extended and the unit cell size is +increased. -- GitLab