-
Notifications
You must be signed in to change notification settings - Fork 14
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
update to pytket qir 0.13.0 #499
Conversation
7f0b57d
to
e95730a
Compare
] | ||
except IndexError: | ||
# this is only a temporary solution and not fully working | ||
# see issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain the issue or add a link to the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 7d82e44
@@ -858,6 +859,8 @@ def submit_program( | |||
if wasm_file_handler is not None: | |||
if self.backend_info and not self.backend_info.misc.get("wasm", False): | |||
raise WasmUnsupported("Backend does not support wasm calls.") | |||
# body["bytecode_base64"] = wasm_file_handler._wasm_file_encoded | |||
# see https://github.com/CQCL/pytket-quantinuum/issues/496 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we leaving this change for another PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, using body["cfl"]
gives a warning, but the suggested body["bytecode_base64"]
is not yet working, or we are missing details on how to use it. There is an issue linked, I will try to solve this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, that's not how I would interpret the warning, looks to me like it's coming from Python, not L4?
…t-quantinuum into melf/update-pytket-qir-0.13.0
Description
update to pytket-qir 0.13.0, adding the profile option to the generation.
Related issues
Please mention any github issues addressed by this PR.
Checklist