-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add DAG substitute op to the C API. #15192
Copy link
Copy link
Open
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?
We need a qk_dag_substitute_op function(s) so users can replace an operation within the DAG.
This might be more involved, depending on what's needed. We don't currently have a way to create a standalone QkCircuitInstruction to use as the replacement, and we don't have a QkOperation, to my knowledge.
We might need to have a few specialized functions for specific operation types:
qk_dag_substitute_op_with_gateqk_dag_substitute_op_with_unitary
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C APIRelated to the C APIRelated to the C APItype: feature requestNew feature or requestNew feature or request
Type
Projects
Status
Ready