Add First Quantum Qiskit Code Tutorial#3173
Merged
cclauss merged 8 commits intoTheAlgorithms:masterfrom Oct 12, 2020
Merged
Conversation
7466b30 to
6afa48d
Compare
6afa48d to
d8c69f2
Compare
d768aaa to
f53d61d
Compare
Travis tests have failedHey @abhishekjiitr, TravisBuddy Request Identifier: 0b0f1550-0b4c-11eb-9624-fb6a3f266bd5 |
f53d61d to
d7bb6d3
Compare
1d7e14e to
5f47d13
Compare
cclauss
requested changes
Oct 11, 2020
Member
cclauss
left a comment
There was a problem hiding this comment.
Thanks for doing this. As discussed in CONTRIBUTING.md, algorithms should be Python functions or classes with type hints and doc tests.
5f47d13 to
d33de31
Compare
441bc37 to
28d03f1
Compare
28d03f1 to
6c52efb
Compare
3400e22 to
4724933
Compare
4724933 to
1e62dde
Compare
d8064f3 to
26843b1
Compare
26843b1 to
23a68d4
Compare
11bfc23 to
568f62b
Compare
568f62b to
e05c4d3
Compare
ba65de9 to
5adf827
Compare
Contributor
Author
|
@cclauss added new commit with requested changes |
cclauss
approved these changes
Oct 12, 2020
stokhos
pushed a commit
to stokhos/Python
that referenced
this pull request
Jan 3, 2021
* Add First Quantum Qiskit Code Tutorial
* Add Qiskit Requirement
* Address Review Comments
* fixup! Format Python code with psf/black push
* Update q1.py
* updating DIRECTORY.md
* Update and rename q1.py to single_qubit_measure.py
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Panquesito7
pushed a commit
to Panquesito7/Python
that referenced
this pull request
May 13, 2021
* Add First Quantum Qiskit Code Tutorial
* Add Qiskit Requirement
* Address Review Comments
* fixup! Format Python code with psf/black push
* Update q1.py
* updating DIRECTORY.md
* Update and rename q1.py to single_qubit_measure.py
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your change:
Add First Quantum Qiskit Code Tutorial
Fixes #2923
Checklist:
Fixes: #{$ISSUE_NO}.