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
Add 2q fractional gates to the ConsolidateBlocks transpiler pass (#13884)
* add TwoQubitControlledUDecomposer to init file
* add kak parametrized gates
* add a test for parametrized gates
* add num_basis_gates_inner function to TwoQubitControlledUDecomoser class
* add TwoQubitControlledUDecomposer to consolidate_blocks function
* add TwoQubitControlledUDecomposer to ConsolidateBlocks pass
* add FromPyObject to enum
* replace _inner_decomposition by _inner_decomposer
* update rust code
* add self.gate_name to 2-qubit decmposer classes
* extend test_collect_rzz test
* add release notes
* update test_no_kak_gates_in_present_pm
* remove commented line
* add allow clippy
* do not pop
0 commit comments