def nodelist()

in src/braket/ocean_plugin/braket_sampler.py [0:0]


    def nodelist(self) -> Tuple[int]:
        """Tuple[int]: Tuple of active qubits for the solver."""
        return tuple(sorted(self._access_optimized_nodelist()))