Extending QUEENS drivers for more general workflows #60
Labels
status: open
No solution for this issue has been provided
topic: driver
Issue/PR realted to the drivers
type: software planning
Issue to discussion on implemetations and introduction of new features
Motivation and Context
For a project I have to nest various workflows and run them on the cluster. During the hackmania the following issues w.r.t. drivers appeared
experiment_dir
. This could be 4C solver settings or similar. To ease the usage of these paths I suggest to switchfiles_to_copy
from a list to a dict (yes yes I implemented it as list) and implement a methodget_copied_file(self, file_name)
which returns the path of the file (or folder) fromexperiment_dir
. This generalizes the workflow from one to multiple input files/folders and eases accessing the files. Currently, if you change of the files in the list and it is later needed for creating input files, the name of the file in the code also needs to be changed. → 754Current Behavior
Possible Solution
Related Issues
Additional Information
Interested Parties
The text was updated successfully, but these errors were encountered: