In case of strain, we have one extra output file for high-pass filtered maximum principal strain. With --overwrite flag, vasp now makes sure that the extra file is also deleted.
With high-pass filtered pressure, wrong array was assigned as rms_magnitude. As a result, auto-generated plot is now correct. (h5 file was already correct)
By default, vasp used to check if strain is computed on the solid or entire domain regardless of the output you want to filter. Now vasp only checks it if the variable is strain.
Minor update of
create_hi_pass_viz.py
In case of strain, we have one extra output file for high-pass filtered maximum principal strain. With
--overwrite
flag, vasp now makes sure that the extra file is also deleted.With high-pass filtered pressure, wrong array was assigned as
rms_magnitude
. As a result, auto-generated plot is now correct. (h5 file was already correct)By default, vasp used to check if strain is computed on the solid or entire domain regardless of the output you want to filter. Now vasp only checks it if the variable is strain.