After running a scan with 31 points, I couldn't create a new IN.DAT from an input file other than the very first point, even with using the -fpi argument.
When looking at create.py I believe it's due to the feasible_point method scanning over mfile values rather than scan points.
After running a scan with 31 points, I couldn't create a new IN.DAT from an input file other than the very first point, even with using the
-fpiargument.When looking at
create.pyI believe it's due to thefeasible_pointmethod scanning over mfile values rather than scan points.