Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new IR with dependency resolving (#33)
This PR introduces a new internal representation (IR) of the workflow in the `Workflow` class - The dependencies are resolved. - The `Store` and `TimeSeries` classes have been introduced to host the cylces, tasks and data with easy access. - A string representation of the graph is introduced for internal inspection, serving also as serialized data for the CI. This new IR should facilitate the interface to `aiida-workgraph` and the generation of a visualization graph (#34)
- Loading branch information