-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
The gen_workflow file contains code for generating Orquestra workflows that are then submitted to Orquestra locally. The sample workflow template for computing expectation values is stored at the moment as a dictionary. A YAML file is then created using this Python dictionary.
As the possible workflows to be generated by the plugin become more complex, it can be worth considering alternatives to storing workflow templates and steps as Python dictionaries internally.
One approach that could help maintainability and readability would be to turn to use Jinja for generating workflows.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request