Skip to content

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

Open
vprusso wants to merge 1 commit into
unitaryfoundation:mainfrom
vprusso:mgym/upload-ceb8ecc7-f189-4fb5-8e57-a4819f106d9d
Open

mgym upload: Quantum Fourier Transform on ibm/ibm_marrakesh#355
vprusso wants to merge 1 commit into
unitaryfoundation:mainfrom
vprusso:mgym/upload-ceb8ecc7-f189-4fb5-8e57-a4819f106d9d

Conversation

@vprusso

@vprusso vprusso commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@vprusso vprusso added the data Pull Requests that contain benchmark data points label Feb 10, 2026
Copilot AI review requested due to automatic review settings February 10, 2026 02:15
@vprusso vprusso added the source:metriq-gym Benchmark data generated from the metriq-gym runner label 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 new Metriq Gym results artifact for the “Quantum Fourier Transform” benchmark run on IBM ibm_marrakesh.

Changes:

  • Introduces a new JSON results file capturing benchmark metrics, platform metadata, and run parameters.

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

Comment on lines +9 to +13
"value": 0.0030000000000000005,
"uncertainty": 0.001
},
"score": {
"value": 0.0030000000000000005,

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 value fields contain excessive floating-point precision (0.0030000000000000005), which makes the dataset harder to read and can introduce noisy diffs. Consider normalizing/rounding numeric serialization (e.g., 0.003) at write-time so stored artifacts use stable, human-friendly precision.

Suggested change
"value": 0.0030000000000000005,
"uncertainty": 0.001
},
"score": {
"value": 0.0030000000000000005,
"value": 0.003,
"uncertainty": 0.001
},
"score": {
"value": 0.003,

Copilot uses AI. Check for mistakes.
Comment on lines +9 to +13
"value": 0.0030000000000000005,
"uncertainty": 0.001
},
"score": {
"value": 0.0030000000000000005,

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 value fields contain excessive floating-point precision (0.0030000000000000005), which makes the dataset harder to read and can introduce noisy diffs. Consider normalizing/rounding numeric serialization (e.g., 0.003) at write-time so stored artifacts use stable, human-friendly precision.

Suggested change
"value": 0.0030000000000000005,
"uncertainty": 0.001
},
"score": {
"value": 0.0030000000000000005,
"value": 0.003,
"uncertainty": 0.001
},
"score": {
"value": 0.003,

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