Skip to content

adapter.backends(online=True) shows offline systems #2

Description

@donsano33

Hi !

I am using mqss-qiskit==0.2.0 package.

When calling

adapter = MQSSQiskitAdapter(token="XXX")
# prints all backends
print(f"All backends: {[backend.name for backend in adapter.backends()]}")
# prints all online backend
print(f"Online backends: {[backend.name for backend in adapter.backends(online_backends=True)]}")

The output shows all backends in both cases:

All backends: ['AQT20', 'MAQCS', 'MUNIQC-Atoms20', 'Q20', 'Q5', 'QExa20', 'QLM', 'WMI3']
Online backends: ['AQT20', 'MAQCS', 'MUNIQC-Atoms20', 'Q20', 'Q5', 'QExa20', 'QLM', 'WMI3']

This does not happen in mqp-qiskit-provider==0.1.7.

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions