You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a ExtOps.extension helper that returns ExtOps._op_def._extension. Maybe something that returns the full set of required extensions (including types and transitive dependencies?)
Add a hugr.ext.Package.from_hugr that computes the requirements by traversing the graph.
Currently guppy and tket2 hardcode a list of extensions, we should replace this with an auto-detected list.
The text was updated successfully, but these errors were encountered:
ExtOps.extension
helper that returnsExtOps._op_def._extension
. Maybe something that returns the full set of required extensions (including types and transitive dependencies?)hugr.ext.Package.from_hugr
that computes the requirements by traversing the graph.Currently guppy and tket2 hardcode a list of extensions, we should replace this with an auto-detected list.
The text was updated successfully, but these errors were encountered: