-
Notifications
You must be signed in to change notification settings - Fork 600
Small dummy PR for Git Testing. #1
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
Merged
Merged
Conversation
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
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
zaqqwerty
pushed a commit
to zaqqwerty/quantum
that referenced
this pull request
Mar 19, 2020
Merge upstream
MichaelBroughton
pushed a commit
that referenced
this pull request
Sep 14, 2020
* Implement rotosolve optimizers * Fix import issue * Fix comments layout * Modify rotosolve example docstring * Remove meaningless whitespaces * Correct types in docstring * Change docstring indents * Trying to fix pytest faliure * Remove extra spances and change docstring layout * Fix typo in utils_test.py * Check the input / output shape requirement for rotosolve expectation value function * Add docstring for internal functions * Fix formats * Fix dependency * Fix import * Modify docstring layout * Fix format * Remove function factory (#1) Remove function factory. * Fix format * Fix lint * Fix tests * Remove utils * Remove utils * Fix format and typos * Update examples * Fix lint * Fix typo * Switch to scatter_nd * Update rotosolve test * Reformat code * Update tests and comments * Update test * Fix lint * fix lint * Modify build docs, modify comments, change test to use built-in hinge loss * Fix format of build_docs.py * Change name of object value from previous iteration * Fix comments examples * Fix lint * Fix lint * Test tolerance criteria * Fix format * Fix tests * Fix format * Fix format * Change test * Fix tests * Fix typo in comment * Fix minor problems * Fix lint * Remove unused input * Update comment
therooler
pushed a commit
to therooler/quantum
that referenced
this pull request
Oct 6, 2020
* Implement rotosolve optimizers * Fix import issue * Fix comments layout * Modify rotosolve example docstring * Remove meaningless whitespaces * Correct types in docstring * Change docstring indents * Trying to fix pytest faliure * Remove extra spances and change docstring layout * Fix typo in utils_test.py * Check the input / output shape requirement for rotosolve expectation value function * Add docstring for internal functions * Fix formats * Fix dependency * Fix import * Modify docstring layout * Fix format * Remove function factory (tensorflow#1) Remove function factory. * Fix format * Fix lint * Fix tests * Remove utils * Remove utils * Fix format and typos * Update examples * Fix lint * Fix typo * Switch to scatter_nd * Update rotosolve test * Reformat code * Update tests and comments * Update test * Fix lint * fix lint * Modify build docs, modify comments, change test to use built-in hinge loss * Fix format of build_docs.py * Change name of object value from previous iteration * Fix comments examples * Fix lint * Fix lint * Test tolerance criteria * Fix format * Fix tests * Fix format * Fix format * Change test * Fix tests * Fix typo in comment * Fix minor problems * Fix lint * Remove unused input * Update comment
jaeyoo
added a commit
that referenced
this pull request
Mar 30, 2023
Cuda support - TFQ simulate expectation op
MichaelBroughton
added a commit
that referenced
this pull request
Jul 5, 2023
* Revert "Merge pull request #776 from Sinestro38/master" This reverts commit b4c7ea1, reversing changes made to 140277d. * Revert "remove release notes md" This reverts commit 25313f4. * Revert "Merge remote-tracking branch 'forkB/fix_warnings'" This reverts commit d789314, reversing changes made to fe3a96e. * Revert "Merge pull request #772 from Sinestro38/fix_license" This reverts commit 140277d, reversing changes made to 7131f9e. * Revert "fix ubuntu version to 20.04" This reverts commit 803622a. * Revert "[debug] get ubuntu version of runner" This reverts commit 8002690. * Revert "update ubuntu github runner from 18.04 to latest" This reverts commit 471573a. * Revert "update > to ~" This reverts commit fe3a96e. * Revert "update cirq dependency news" This reverts commit a44ab26. * Revert "Update release.md" This reverts commit a7a67c8. * Revert "add notes" This reverts commit c7f729a. * Revert "update version num" This reverts commit f933b69. * Revert "Update release.md" This reverts commit c2ab0d5. * Revert "Create release.md" This reverts commit ac7722a. * Revert "Merge branch 'master' into master" This reverts commit 7131f9e, reversing changes made to 2c1e7fa. * Revert "Upgrade bazel version 5.3.0 and fix some typo in tf version (#755)" This reverts commit 2c1e7fa. * Revert "Merge pull request #3 from jaeyoo/pavan/remove_compute_small" This reverts commit 79aae25, reversing changes made to 46aa1f0. * Revert "Fix lint" This reverts commit 20815bc. * Revert "Fix lint" This reverts commit 47e6aae. * Revert "Update release/BUILD with `if_cuda_is_configured`" This reverts commit f2cd255. * Revert "add :tfq_simulate_ops_cuquantum_py target to release BUILD" This reverts commit 3e8a9a4. * Revert "remove computeSmall from cuda and cuquantum kernels" This reverts commit 5cb7fa1. * Revert "Merge pull request #2 from jaeyoo/cuquantum_support" This reverts commit 46aa1f0, reversing changes made to 2a5fd07. * Revert "Merge pull request #1 from jaeyoo/cuda_support" This reverts commit 2a5fd07, reversing changes made to b0dd745. * Revert "Merge branch 'master' into cuda_support" This reverts commit f19298c, reversing changes made to 4f6290a. * Revert "Add cuQuantum test (but failed at numeric diff test)" This reverts commit f97c496. * Revert "Fix ComputeSmall and enable it." This reverts commit 4f6290a. * Revert "Fix tfq_simulate_ops_cuda op test." This reverts commit 6644248. * Revert "Temporarily turn on ComputeLarge always" This reverts commit 23dd880. * Revert "Upgrade TF version from 2.7 to 2.11 (#749)" This reverts commit 20cfde5. * Revert "TFQ simulate expectation CUDA op" This reverts commit f063417. * Revert "Update ci_install bazel version, removed duplicated code lines." This reverts commit 1317edf. * Revert "Fix typo" This reverts commit a765f7f. * Revert "Upgrade seaborn version to 0.12.0" This reverts commit 4e7c22d. * Revert "Fix tutorial errors" This reverts commit c185891. * Revert "Fix tutorial error" This reverts commit c5df061. * Revert "Upgrade the latest gym for notebook tutorial." This reverts commit 9b94ebf. * Revert "Format optimizers" This reverts commit 39a811d. * Revert "Format" This reverts commit a22b98f. * Revert "Upgrade to TF v2.11" This reverts commit 26fa2df. * Upgrade TF version from 2.7 to 2.11 (#749) * Upgrade bazel version to 5.1.0 for building with TFv2.11.0 * Upgrade to TF v2.11 * Bump up the version of numpy to v1.24.2 * Format * Fix tf.Variable inside tf.while_loop issues inside optimizers * Format optimizers * Upgrade the latest gym for notebook tutorial. * Fix tutorial error * Fix tutorial errors * Upgrade seaborn version to 0.12.0 * Fix typo * Remove debug print * Update ci_install bazel version, removed duplicated code lines. * Upgrade bazel version 5.3.0 and fix some typo in tf version (#755) * fix compatability issues. * re-trigger kokoro * re-trigger kokoro * re-trigger kokoro * re-trigger kokoro * re-trigger kokoro * Lower tolerances. * Bump CI python version. --------- Co-authored-by: Jae H. Yoo <[email protected]>
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.
Added validation losses to plotting for the comparison at the bottom of the notebook.
Want to also test that CLA, CI etc etc works.