rigetti / pyquil

A Python library for quantum programming using Quil.
http://docs.rigetti.com
Apache License 2.0
1.39k stars 341 forks source link

Deprecated `get_qubits` used in quilbase.py #1720

Open bramathon opened 6 months ago

bramathon commented 6 months ago

At line 337 of quilbase.py:

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