You could try to upgrade transiesta and/or inelastica but I’m not convinced that will help. Another possibility is that fortran sometimes writes binary files a bit randomly depending on compiler / system. Is the fortran compiler the same for inelastica (usually gfortran) and transiesta?
You can also try a python program: “”" import Inelastica.SiestaIO as SIO HS=SIO.HS(’name.TSHS’) “”” you could try to modify the F90 routines in inelastica/package/F90 to figure out what goes wrong. -Magnus ----------------------------------------------- Magnus Paulsson Associate Professor Dept. of Physics and Electrical Engineering Linnaeus University Phone: +46-480-446308 Mobile: +46-70-6942987 On 22 Nov 2016, at 12:28, sf kshp <[email protected]<mailto:[email protected]>> wrote: Thanks alot for your helpful information. Actually I used siesta trunk 462, And for inelastica 351 from sourceforge. On 21 Nov 2016 1:08 p.m., "Magnus Paulsson" <[email protected]<mailto:[email protected]>> wrote: Dear Siesta users: When I want to use Eigenchannel script from Inelastica package, get following error. any help will be appreciate. : SVN $Id: EigenChannels.py 346 2015-04-22 11:11:02Z magnuspaulsson $ SVN $Id: NEGF.py 337 2015-03-01 10:23:41Z zerothi $ SVN $Id: SiestaIO.py 337 2015-03-01 10:23:41Z zerothi $ SVN $Id: MakeGeom.py 318 2014-08-07 09:00:10Z tfrederiksen $ SVN $Id: VaspIO.py 318 2014-08-07 09:00:10Z tfrederiksen $ SVN $Id: PhysicalConstants.py 318 2014-08-07 09:00:10Z tfrederiksen $ SVN $Id: ValueCheck.py 332 2014-12-16 13:37:53Z zerothi $ SVN $Id: MiscMath.py 346 2015-04-22 11:11:02Z magnuspaulsson $ SVN $Id: CommonFunctions.py 318 2014-08-07 09:00:10Z tfrederiksen $ EigenChannels: Reading keywords from olymchap.fdf STOP Unsupported TSHS version file The version of inelastica/transiesta is not compatible (according to the error message). The format of the TSHS files was changed a few years ago. Are you using the latest Inelastica from SVN? (http://dipc.ehu.es/frederiksen/inelastica/index.php/Main_Page) Which version of transiesta? -Magnus
