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
This is a small bundle of changes aimed at fixing the example notebooks.
- Use packages when building hugrs. This includes parsing guppy packages
from rust, as well as returning packages from the circuit builder.
- This required adding exports for the tket2 extensions from python.
- We temporarily add a py dependency on `hugr-cli`, since packages are
currently defined there. See CQCL/hugr#1530
The `guppy -> pytket` pipeline is still broken, as guppy now generates
many more function calls and nested control flow primitives, which we do
not currently support.
drive-by: Make `crate::serialize::guppy::find_function` public.
Closes#621.
No description provided.
The text was updated successfully, but these errors were encountered: