-
Notifications
You must be signed in to change notification settings - Fork 19
Added .build() to fix QIR issues #52
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
Conversation
- Updated measurement counts retrieval from `measurement_counts()` to `data.get_counts()` in multiple Jupyter notebooks to ensure compatibility with the latest API changes. - Modified the following notebooks: - qbraid-autoqasm-poc.ipynb - aws_sim_qiskit_bernstein_vazirani.ipynb - ibm_batch_jobs_grovers.ipynb - ibm_quantum_jobs_with_runtime.ipynb - qbraid_sdk_devices_and_jobs.ipynb - qbraid_runtime_qbraid_provider_aws.ipynb
|
Also, be careful with older notebooks: if a notebook specifies a |
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.
The deutsch_jozsa_constant function is defined twice in cell 4
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.
Remove comments before merge
Summary of changes
QIR requires .build() from autoqasm to work, made the change in relevant places.