-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hugr-py): python hugr builder (#1098)
First steps of #486 - Uses cli tool to validate. - Just covers DFG building for now but should be extensible in principle. - Op types are declared explicitly, no "inference". - `Hugr` does some light stable index maintenance, but rewriting is not prioritised as a use-case. - Both inline nested graph building and full graph insertion are expected use cases so are demonstrated. --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
931 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.