aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
431 stars 187 forks source link

Allow multiple root nodes for node graph generation #6335

Closed sphuber closed 6 months ago

sphuber commented 6 months ago

The Graph API is exposed on the CLI but verdi node graph generate currently allows only a single root node to be specified. In principle, there should be nothing wrong with visualizing multiple root nodes although the visualizaton may quickly become too complex and not very useful, but that is for the user to decide.

sphuber commented 6 months ago

Implemented by #6338