pyquil icon indicating copy to clipboard operation
pyquil copied to clipboard

Deprecated `get_qubits` used in quilbase.py

Open bramathon opened this issue 1 year ago • 0 comments

At line 337 of quilbase.py:

    @property  # type: ignore[override]
    def qubits(self) -> List[QubitDesignator]:
        return self.get_qubits(indices=False)  # type: ignore

bramathon avatar Jan 08 '24 15:01 bramathon