Skip to content

mgym upload: Quantum Fourier Transform on ibm/ibm_marrakesh#359

Open
vprusso wants to merge 1 commit into
unitaryfoundation:mainfrom
vprusso:mgym/upload-c87f578b-03ca-4436-80c3-9694ddf30f8b
Open

mgym upload: Quantum Fourier Transform on ibm/ibm_marrakesh#359
vprusso wants to merge 1 commit into
unitaryfoundation:mainfrom
vprusso:mgym/upload-c87f578b-03ca-4436-80c3-9694ddf30f8b

Conversation

@vprusso

@vprusso vprusso commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 10, 2026 02:16
@vprusso vprusso added data Pull Requests that contain benchmark data points source:metriq-gym Benchmark data generated from the metriq-gym runner labels Feb 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a Metriq Gym upload artifact capturing Quantum Fourier Transform benchmark results for the ibm_marrakesh platform.

Changes:

  • Added a new benchmark results JSON record for Quantum Fourier Transform on ibm_marrakesh.
  • Captured runtime, platform metadata, and benchmark parameters alongside computed scores.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

[
{
"app_version": "0.6.2.dev15+g326cb359f",
"timestamp": "2026-02-09T14:35:43.223365",

Copilot AI Feb 10, 2026

Copy link

Choose a reason for hiding this comment

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

The timestamp is timezone-naive (no Z or numeric offset). For interoperability and unambiguous ordering across systems, consider storing timestamps in an explicit timezone (commonly UTC) using an RFC 3339 form like 2026-02-09T14:35:43.223365Z or ...+00:00.

Suggested change
"timestamp": "2026-02-09T14:35:43.223365",
"timestamp": "2026-02-09T14:35:43.223365Z",

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,39 @@
[

Copilot AI Feb 10, 2026

Copy link

Choose a reason for hiding this comment

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

If this repo enforces formatting for uploaded JSON artifacts (e.g., canonical JSON / prettier output), ensure this file matches the expected formatting (indentation/newlines/order) so automated tooling can diff and process artifacts consistently.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data Pull Requests that contain benchmark data points source:metriq-gym Benchmark data generated from the metriq-gym runner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants