mphowardlab / relentless

Computational materials design, with less code.
https://relentless.readthedocs.io
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Convert time steps to integer before sending to the simulation engines #260

Closed clpetix closed 3 months ago

clpetix commented 3 months ago

When specifying steps or every using scientific notation (e.g., 1e5) the value is a float. This causes an error when running in LAMMPS. We should ensure these values are passed to the engines as integers.

mphoward commented 3 months ago

Fixed in #263