BattModels / asimtools

Optimized workflow management and script handling for atomistic simulations
MIT License
2 stars 0 forks source link

Mkphuthi/multiple engines #6

Closed mkphuthi closed 1 year ago

mkphuthi commented 1 year ago

Breaking changes

New features

Next steps

emilannevelink commented 1 year ago

Test Changes

needed to change dictionary for singlepoint_sim_input keys to name and crystalstructure to work with ase.build.bulk

All the tests are now passing for me. Do we want tests for each of the scripts?

mkphuthi commented 1 year ago

Ideally yes. It would make it much easier if we make changes to job.py etc. to make sure we didn't break anything. Especially for the ones we iterate on i.e. singlepoint, eos etc. Maybe adding a scripts directory in tests. This seems high priority

emilannevelink commented 1 year ago

Maybe we can merge this and then add an issue for adding tests for the rest of the scripts.

I think issues is how people generally keep track of a to-do list.