Re: [SIESTA-L] Fw: How to read WFSX file

2020-07-06 Por tôpico Nick Papior
How do you want to read it? In sisl there is a recent addition which allows you to iterate the values in the file python import sisl as si wfsx = si.get_sile("file.WFSX") for es in wfsx.yield_eigenstate(): print(es, es.shape) ### This lets you use the values in the file, if needed :) Th

[SIESTA-L] Fw: How to read WFSX file

2020-07-06 Por tôpico Alberto Garcia
Hi, You should use 'readwfx' to process the WFSX file directly. The old WFS format is obsolete, and the conversion programs are there just in case someone needs to use the data in an old file. Please read the header in Util/readwfx.f for instructions on how to use. Newer versions of Siesta (in