stfc / janus

collection of scripts to train and generate data for machine learnt interatomic potentials
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Move aml outputs #63

Open ElliottKasoar opened 1 year ago

ElliottKasoar commented 1 year ago

aml functions, such as aml.score.rdf.run_rdf_test and aml.score.vdos.run_vdos_test save their outputs in .pkl files in the same directory as the notebook they are run from (e.g. /scripts), meaning it is easy to lose/overwrite these files.

They could be automatically moved to the same directory as the trajectory used, or move commands could be added to the example workflows, to improve this.