Please note: This release is backwards compatible with TensErLEED version 1.6, but if you are using the (partly modified) TensErLEED version 1.61, you *must* update the lib/lib.delta and src/delta files in the tensorleed/TensErLEED-v1.61 directory, otherwise tleedm will crash.
**Feature changes:**
- *tleedm*: Parallelized reference calculations now use variable LMAX (depending on the energy), based on the PHASESHIFT_EPS parameter (see documentation). Requires TensErLEED version 1.61, constant LMAX will be used for older versions. This speeds up calculations especially at low energies. Note changed functionality of the LMAX parameter: Setting LMAX to a single value still fixes LMAX to this value for the entire energy range, disabling PHASESHIFT_EPS. However, passing *two* values to LMAX now defines upper and lower limits for LMAX, and PHASESHIFT_EPS is still used to determine appropriate LMAX values between these limits.
- *tleedm*: Added more formatting options for the Rfactor_plots.pdf output. The parameter PLOT_COLORS_RFACTOR does not exist any more, and the functionality is instead included with several other options (e.g. number of panels per page) in the PLOT_RFACTOR parameter. See documentation for details.
- *tleedm*: Improved memory handling of parabola fit: Reading in large data.chem files sometimes led to excessive memory usage, which could hamper performance. Now, the memory used for data in the parabola fit is limited to 1 GB (discarding data points with worst R-factors if they would exceed this limit), and is only stored temporarily.
- *tleedm*: Parabola fit now discards all data points with R-factors above min(R) + var(R). This, together with the point above, appears to somewhat improve the stability of the parabola fit.
- *tleedm*: Added option to disable the parabola fit entirely by setting 'PARABOLA_FIT = off' in the PARAMETERS file.
- *bookkeeper*: Added --discard (or -d) option. If the bookkeeper is called with ths option, it will try to delete all output from the last run (including a new Tensors.zip archive, if one was generated), not move anything to history, and not write to history.info.
**Bug fixes / minor changes:**
- *tleedm*: Fixed a bug that would reset SEARCH_START to 'crandom' after the first search, if multiple searches were queued.
- *tleedm*: Fixed a bug in the bulk-to-slab attachment interlayer vector for POSCAR files with off-normal c vectors (i.e. not perpendicular to the surface plane).
- *tleedm*: Improved handling of KeyboardInterrupt in parallel reference- and delta calculations. This should now always result in a clean exit, essentially the same as when setting STOP in the PARAMETERS file.
- *tleedm*: Changed y-axis range in Search-report.pdf