mqt.ddsim.target¶
Utilities for constructing a DDSIM target.
Module Contents¶
- class DDSIMTargetBuilder[source]¶
Class for building DDSIM targets.
- classmethod add_1q_clifford_gates(target: Target) None[source]¶
Add 1-qubit Clifford gates to the target.
- classmethod add_2q_controlled_clifford_gates(target: Target) None[source]¶
Add 2-qubit controlled Clifford gates to the target.
- classmethod add_2q_controlled_gates(target: Target) None[source]¶
Add 2-qubit controlled gates to the target.
- classmethod add_2q_non_controlled_clifford_gates(target: Target) None[source]¶
Add 2-qubit non-controlled Clifford gates to the target.
- classmethod add_2q_non_controlled_gates(target: Target) None[source]¶
Add 2-qubit non-controlled gates to the target.
- classmethod add_multi_qubit_gates(target: Target) None[source]¶
Add multi-qubit gates to the target.