Skip to content

QRMI: design metrics API #114

@IceKhan13

Description

@IceKhan13

What problem are you trying to solve?

Design metrics API which will be exposed by vendors and used in accounting information

Describe the solution you’d like

Example of information might be exposed

struct ResourceMetadata {
  qubits: i32, # number of qubits allocated
  device_id: String, # name of the device
  health: bool, # health status
  powerDraw: f64, # energy consumption
  utilization: f32, # utilization metric
  ...
}

Describe any alternatives you’ve considered

No response

Documentation, Adoption, Migration Strategy

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions