|
352 | 352 | align_left as align_left, |
353 | 353 | align_right as align_right, |
354 | 354 | CompilationTargetGateset as CompilationTargetGateset, |
355 | | - CZTargetGateset as CZTargetGateset, |
356 | 355 | compute_cphase_exponents_for_fsim_decomposition as compute_cphase_exponents_for_fsim_decomposition, # noqa: E501 |
| 356 | + CPhaseGaugeTransformerMM as CPhaseGaugeTransformerMM, |
357 | 357 | create_transformer_with_kwargs as create_transformer_with_kwargs, |
| 358 | + CZGaugeTransformer as CZGaugeTransformer, |
| 359 | + CZTargetGateset as CZTargetGateset, |
358 | 360 | decompose_clifford_tableau_to_operations as decompose_clifford_tableau_to_operations, |
359 | 361 | decompose_cphase_into_two_fsim as decompose_cphase_into_two_fsim, |
360 | 362 | decompose_multi_controlled_x as decompose_multi_controlled_x, |
|
372 | 374 | HardCodedInitialMapper as HardCodedInitialMapper, |
373 | 375 | index_tags as index_tags, |
374 | 376 | is_negligible_turn as is_negligible_turn, |
| 377 | + ISWAPGaugeTransformer as ISWAPGaugeTransformer, |
375 | 378 | LineInitialMapper as LineInitialMapper, |
376 | 379 | MappingManager as MappingManager, |
377 | 380 | map_clean_and_borrowable_qubits as map_clean_and_borrowable_qubits, |
|
402 | 405 | single_qubit_matrix_to_phased_x_z as single_qubit_matrix_to_phased_x_z, |
403 | 406 | single_qubit_matrix_to_phxz as single_qubit_matrix_to_phxz, |
404 | 407 | single_qubit_op_to_framed_phase_form as single_qubit_op_to_framed_phase_form, |
| 408 | + SpinInversionGaugeTransformer as SpinInversionGaugeTransformer, |
| 409 | + SqrtCZGaugeTransformer as SqrtCZGaugeTransformer, |
| 410 | + SqrtISWAPGaugeTransformer as SqrtISWAPGaugeTransformer, |
405 | 411 | stratified_circuit as stratified_circuit, |
406 | 412 | symbolize_single_qubit_gates_by_indexed_tags as symbolize_single_qubit_gates_by_indexed_tags, |
407 | 413 | synchronize_terminal_measurements as synchronize_terminal_measurements, |
|
0 commit comments