-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Labels
C APIRelated to the C APIRelated to the C APItype: feature requestNew feature or requestNew feature or request
Milestone
Description
What should we add?
Right now the ConsolidateBlocks
pass is written primarily in Rust but still has some dependency on Python. We need to have an implementation that doesn't rely on Python when being called from the C API and then add a standalone function to the C API as described in #14245 . The python dependency looks like it's around handling getting the unitary of custom python gates so we can strip that piece out when called from the C API to remove the python dependency.
Pre-requisites:
- Oxidize
ParameterExpression
#13267 (Optional)
Development:
Metadata
Metadata
Assignees
Labels
C APIRelated to the C APIRelated to the C APItype: feature requestNew feature or requestNew feature or request