qiskit-documentation/docs/api/qiskit/0.43/qiskit.synthesis.synth_cnot...

39 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: synth_cnotdihedral_general
description: API reference for qiskit.synthesis.synth_cnotdihedral_general
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.synthesis.synth_cnotdihedral_general
---
<span id="qiskit-synthesis-synth-cnotdihedral-general" />
# qiskit.synthesis.synth\_cnotdihedral\_general
<Function id="qiskit.synthesis.synth_cnotdihedral_general" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.24/qiskit/synthesis/cnotdihedral/cnotdihedral_decompose_general.py" signature="synth_cnotdihedral_general(elem)">
Decompose a CNOTDihedral element into a QuantumCircuit.
Decompose a general CNOTDihedral elements. The number of CNOT gates is not necessarily optimal. For a decomposition of a 1-qubit or 2-qubit element, call synth\_cnotdihedral\_two\_qubits.
**Parameters**
**elem** ([*CNOTDihedral*](qiskit.quantum_info.CNOTDihedral "qiskit.quantum_info.CNOTDihedral")) a CNOTDihedral element.
**Returns**
a circuit implementation of the CNOTDihedral element.
**Return type**
[QuantumCircuit](qiskit.circuit.QuantumCircuit "qiskit.circuit.QuantumCircuit")
**Raises**
**QiskitError** if the element could not be decomposed into a circuit.
## Reference:
1. Andrew W. Cross, Easwar Magesan, Lev S. Bishop, John A. Smolin and Jay M. Gambetta, *Scalable randomised benchmarking of non-Clifford gates*, npj Quantum Inf 2, 16012 (2016).
</Function>