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

Merge qiskit-runtime into qiskit-ibm-runtime #91

Merged
merged 116 commits into from
Jan 11, 2022

Conversation

daka1510
Copy link
Collaborator

Summary

Merge content of tutorials and qiskit_runtime subfolder from the qiskit-runtime repository into qiskit-ibm-runtime preserving history. Afterwards deleted API_direct.ipynb as per #72 (comment)

Details and comments

Fixes #72

Approach

Adopted from https://stackoverflow.com/a/11426261/5580148

jaygambetta and others added 21 commits September 30, 2021 11:17
* fix some typos, lang consistency, etc.

* Update tutorials/sample_vqe_program/qiskit_runtime_vqe_program.ipynb

oops missed one
* tweaks based on review

* one more tweak
* Add custom expval program

* Add QV example
* add qce21 tutorial

* revert accidental changes
* add missing files

* add vqe

* fix version
* Update tutorials

* Undo changes about which backend was used

* Remove version from 02_uploading_program

* Fixes

- Update metadata for sample_expval and sample_vqe_program
- Undo backend change in execution_count 7 of 01_circuit_runner

* Update cells where programs are printed

* Update tutorials sample notebooks

* Fixes for tutorials sample notebooks

* Update tutorials/02_uploading_program.ipynb

Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>

* Address PR comments

- Remove last cell with version info in 00_introduction
- Rerun cell with spec populated

Co-authored-by: Jane Kwon <janeheekwon@ibm.com>
Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>
* update wording on public programs

* consistent wording

* update Qiskit version
* More tutorial updates

* Update tutorials/00_introduction.ipynb

Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>

* Fix review comments

* lower case

Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>
* reflect ibmq provider 0.18 changes

* fix 02

* program names need not be unique

* no more version
* * QAOA runtime.

* * Runtime script.

* * Black.
* rename to hello_world

* update docs

* add back sample program

* Update qiskit_runtime/hello_world/hello_world.py

Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>

* Update qiskit_runtime/sample_program/sample_program.json

Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>

Co-authored-by: Jessie Yu <jessieyu@us.ibm.com>
@CLAassistant
Copy link

CLAassistant commented Jan 11, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@rathishcholarajan rathishcholarajan left a comment

Choose a reason for hiding this comment

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

LGTM! We need to rename qiskit_runtime folder in a follow up PR. Too confusing when it's alongside the qiskit_ibm_runtime folder.

@jyu00 jyu00 merged commit 2350e67 into Qiskit:main Jan 11, 2022
@daka1510 daka1510 deleted the merge-attempt-2 branch January 14, 2022 10:49
blakejohnson pushed a commit to blakejohnson/qiskit-ibm-runtime that referenced this pull request May 26, 2023
* update all metadata to new format

* also update estimator

* fix cloud program id

* remove sampler from cloud
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.

Merge qiskit-runtime into this repo