Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add azure option in result recording #189

Merged
merged 9 commits into from
Dec 12, 2024

Conversation

cqc-melf
Copy link
Collaborator

@cqc-melf cqc-melf commented Dec 4, 2024

Description

Please summarise the changes.

Related issues

Please mention any github issues addressed by this PR.

Checklist

  • I have performed a self-review of my code.
  • I have commented hard-to-understand parts of my code.
  • I have made corresponding changes to the public API documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the changelog with any user-facing changes.

@cqc-melf cqc-melf force-pushed the melf/fix-resultrecording-in-base-profile branch from 72981a4 to faf7c9e Compare December 10, 2024 08:59
@cqc-melf cqc-melf force-pushed the melf/fix-resultrecording-in-base-profile branch from faf7c9e to ad9cf66 Compare December 12, 2024 12:20
if qir_generator.has_wasm:
if profile == QIRProfile.AZUREADAPTIVE:

assert not qir_generator.has_wasm
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

My understanding is that we don't want to do wasm for azure.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think that's a fair assumption for now at least.

@cqc-melf cqc-melf marked this pull request as ready for review December 12, 2024 12:47
@cqc-melf cqc-melf requested a review from cqc-alec December 12, 2024 12:47
if qir_generator.has_wasm:
if profile == QIRProfile.AZUREADAPTIVE:

assert not qir_generator.has_wasm
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think that's a fair assumption for now at least.

pytket/qir/conversion/api.py Show resolved Hide resolved
pytket/qir/conversion/azurebaseprofileqirgenerator.py Outdated Show resolved Hide resolved
cqc-melf and others added 3 commits December 12, 2024 14:20
Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
This reverts commit 6d0b9ce.
@cqc-melf cqc-melf merged commit 90915cc into main Dec 12, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants