Corrected typo in message. Really appreciate someone could help my journey starting from most typical example of D5(QHE) Clement From: WONG, Sheung Chuen Sent: Wednesday, March 20, 2019 11:47 PM To: 'kwant-discuss@kwant-project.org' <kwant-discuss@kwant-project.org> Subject: Updating Kwant paper and APS tutorials code Dear all, I am just a beginner on Kwant and downloaded Kwant 1.4. It is quite frustrated on getting syntax errors using full sample code from Kwan paper or APS tutorial which themselves provide very good introduction. For example, in Kwant paper Appendix D.5, smatrix = kwant.smatrix(sys, energy, args=[phi, ""]) doesn't work. Then I have modified to smatrix = kwant.smatrix(sys, energy, params=dict(phi=phi,salt="") ) it still doesn't work. Could anyone help? There are so many codes in Kwant paper and APS tutorial which relies on old version of Kwant. It would really be very helpful to keep the sample codes updated. Thanks a lot. Clement