Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated get_qubits used in quilbase.py #1720

Open
bramathon opened this issue Jan 8, 2024 · 0 comments
Open

Deprecated get_qubits used in quilbase.py #1720

bramathon opened this issue Jan 8, 2024 · 0 comments
Labels
bug 🐛 An issue that needs fixing.

Comments

@bramathon
Copy link
Collaborator

At line 337 of quilbase.py:

    @property  # type: ignore[override]
    def qubits(self) -> List[QubitDesignator]:
        return self.get_qubits(indices=False)  # type: ignore
@bramathon bramathon added the bug 🐛 An issue that needs fixing. label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue that needs fixing.
Projects
None yet
Development

No branches or pull requests

1 participant