Open aageo25 opened 5 months ago
You can update the line using:
job.input.control["dump_modify___1"] = 'sort id format line "%d %d %20.15g %20.15g %20.15g %20.15g %20.15g %20.15g %20.15g %20.15g %20.15g"'
Some more details are explained in the pyiron tutorial we prepared for the LAMMPS workshop https://github.com/pyiron-workshop/lammps-workshop-2023/blob/main/part_1.ipynb
Thanks a lot, @jan-janssen
It would be useful if the up-to-date tutorials were more visible on the docs page. I see these tutorials as richer than the examples there.
I want to reduce the size of my
dump.out
files. I see thatpyiron
controls the precision of decimal points whenload_default
is defined ; https://github.com/pyiron/pyiron_atomistics/blob/233478c295fe2d67aeffb3e2d1a16a4160aa67ad/pyiron_atomistics/lammps/control.py#L87What would be the better way of changing
'dump_modify___1
?file_content
? If so, how/where?Lammps
job?Thank you in advance!