Skip to content

Add EPLG to backend configuration #1254

Open
@conradhaupt

Description

@conradhaupt

What is the expected feature or enhancement?

Currently backend.configuration() will return the measured quantum volume and CLOPS for a device, if it exists on quantum-computing.ibm.com. The new 127 and 133 qubits devices also report the newer EPLG metri, but this is not currently reported in backend.configuration(). This enhancement would be to include EPLG in backend.configuration() for, at least, the new >100 qubits devices; where it is available.

Acceptance criteria

The following code, or equivalent, should return the EPLG value displayed on https://quantum-computing.ibm.com:

service = QiskitRuntimeService()
backend = service.get_backend("ibm_sherbrooke")

eplg = backend.configuration().eplg
print("EPLG for {} is {}".format(backend.name, eplg)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestserver actionNeed actions from the server side

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions