src/braket/default_simulator/gate_operations.py [546:553]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                [0.0, 0.0, 0.0, 1.0],
            ],
            dtype=complex,
        )

    @property
    def targets(self) -> Tuple[int, ...]:
        return self._targets
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/braket/default_simulator/gate_operations.py [575:582]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                [0.0, 0.0, 0.0, 1.0],
            ],
            dtype=complex,
        )

    @property
    def targets(self) -> Tuple[int, ...]:
        return self._targets
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



