Skip to content

Conversation

@Bmete7
Copy link
Collaborator

@Bmete7 Bmete7 commented Nov 24, 2025

Fixe #24

Parent-Issue

The existing Quantum Database is to be expanded so that it can store the metrics and return them to the user.
Proposed solution is to create a new table in order called TimestampData (or JobMetrics in MQP-API level).

MQSS-Client is also able to handle this new table.
This PR includes changes that allows the Qiskit Adapter to be in line with new API calls from the MQSS Client.

@Bmete7 Bmete7 requested a review from mnfarooqi November 24, 2025 16:38
@Bmete7 Bmete7 self-assigned this Nov 24, 2025
@Bmete7 Bmete7 added the enhancement New feature or request label Nov 24, 2025
if len(res.metrics.keys()) == 0:
profiler_metrics = {}
else:
profiler_metrics = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also need to add this to documentation. How it can be the stats be accessed and description of each metric that is added here for the users.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added an example on how to access the job metrics as a user to the user guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants