Open ltalirz opened 2 years ago
That input is meant for importing calculations that have been completed without AiiDA. See AEP 004 https://github.com/aiidateam/AEP/blob/master/004_calcjob_importer/readme.md I didn't have the time to document at the point of merging and lost track of it since but you are right I should still document this. Coincidentally I was just working this wee on the implementation for PwCalculation
. Once I finish that I will document the functionality in aiida-core
Is your feature request related to a problem? Please describe
It seems to me that since 3a36afb3d0d08d3b5048c4337ab8b59217fbfefd by @sphuber , all
CalcJob
classes now display a new input: theremote_folder
.Example:
Here, the
remote_folder
is defined by aiida-core, while therestart_folder
is defined by the plugin.Describe the solution you'd like
I think this new input should be explained more extensively in both the documentation for users and the one for plugin developers.
I tried using this input to do restarts and got somewhat confusing results.