Skip to content

Fix reading of siesta struct_out file

Minor bug fix for reading siesta struct_out file: 'read_struct_out' receives a file object, not a string containing the file name, so it was trying to open an already opened file. Also change 'struct-out' to 'struct_out' in formats.py, to allow to automatically recognize the file extension.

Merge request reports