aiidateam / aiida-project

AiiDA project manager
Other
3 stars 7 forks source link

✨NEW: Add functionality to dump/load computers/codes #3

Open mbercx opened 1 year ago

mbercx commented 1 year ago

Long term, aiida-project should be able to fully write the whole specification of the Python environment and AiiDA-related content to file, so it can be entirely (or selectively) reinstated. An important part of this is the ability to be able to dump and restore computers/codes.

Relevant here is https://github.com/aiidateam/aiida-core/issues/3521, and we should make a decision on whether to store the computers/codes as AiiDA exports or YAML files.