stfc / aiida-mlip

machine learning interatomic potentials aiida plugin
https://stfc.github.io/aiida-mlip/
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

148 add training workchain #153

Open federicazanca opened 2 months ago

federicazanca commented 2 months ago

Close #148 training workgraph. it takes as inputs: folder and the inputs of janus (actually just the janusconfigfile) and quantumespresso's workchain. it creates the input files for the training it outputs the optimised structures and the trained model.

No tests because it will be better to do it when everything is setup in the cloud since the quantumespresso submission is a bit more complex (it might take long times and also we might want to test the ssh connection)