Skip to content

Commit

Permalink
Add multi-control decomposition to IONQ pipeline (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex McCaskey <amccaskey@nvidia.com>
  • Loading branch information
boschmitt and amccaskey committed Aug 19, 2023
1 parent 2f0c889 commit 4d248bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEN_TARGET_BACKEND=true
LINKLIBS="${LINKLIBS} -lcudaq-rest-qpu"

# Define the lowering pipeline
PLATFORM_LOWERING_CONFIG="expand-measurements,unrolling-pipeline,func.func(lower-to-cfg),canonicalize,ionq-gate-set-mapping"
PLATFORM_LOWERING_CONFIG="expand-measurements,unrolling-pipeline,func.func(lower-to-cfg),canonicalize,func.func(quake-multicontrol-decomposition),ionq-gate-set-mapping"

# Tell the rest-qpu that we are generating QIR.
CODEGEN_EMISSION=qir
Expand Down

0 comments on commit 4d248bd

Please sign in to comment.