-
Notifications
You must be signed in to change notification settings - Fork 41
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
All_Of Identifier Not Found #193
Conversation
* Replace complex128 by complex64 * Update * Update test_apply.py * Add C64 support to adjoint_jacobian * Update _serialize * Add Complex64 full support * Update * Update test_comparison * Update formatting * Update vjp tests * Update test_comparison * Update CHANGELOG Co-authored-by: antalszava <[email protected]>
Hello. You may have forgotten to update the changelog!
|
Codecov Report
@@ Coverage Diff @@
## master #193 +/- ##
=======================================
Coverage 94.96% 94.96%
=======================================
Files 4 4
Lines 278 278
=======================================
Hits 264 264
Misses 14 14 Continue to review full report at Codecov.
|
206fce9
to
dc5e7bf
Compare
I hard reset to the algorithm header commit. We do not want master to be merged here as it is to match up with the |
* Release v0.20.0-rc0 * Build RC wheels for W.X.Y-rcZ branches * Add additional branch name matching option to CI * Add regex action step for RC builds * Modify yaml * Modify yaml again * Finalize 0.20.0 * Fix empty wheel builder * Update test_serialize * Fix failed tests * Update CHANGELOG * All_Of Identifier Not Found (#193) * Add np.complex64 support in PL-Lightning (#177) * Replace complex128 by complex64 * Update * Update test_apply.py * Add C64 support to adjoint_jacobian * Update _serialize * Add Complex64 full support * Update * Update test_comparison * Update formatting * Update vjp tests * Update test_comparison * Update CHANGELOG Co-authored-by: antalszava <[email protected]> * Update header.html * Add algorithm header Co-authored-by: antalszava <[email protected]> Co-authored-by: Josh Izaac <[email protected]> * Update release tag * Update changelog * Fix no-binary tests * Update CHANGELOG.md Co-authored-by: Ali Asadi <[email protected]> Co-authored-by: antalszava <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: Amintor Dusko <[email protected]>
* Release v0.20.0-rc0 * Build RC wheels for W.X.Y-rcZ branches * Add additional branch name matching option to CI * Add regex action step for RC builds * Modify yaml * Modify yaml again * Finalize 0.20.0 * Fix empty wheel builder * Update test_serialize * Fix failed tests * Update CHANGELOG * All_Of Identifier Not Found (#193) * Add np.complex64 support in PL-Lightning (#177) * Replace complex128 by complex64 * Update * Update test_apply.py * Add C64 support to adjoint_jacobian * Update _serialize * Add Complex64 full support * Update * Update test_comparison * Update formatting * Update vjp tests * Update test_comparison * Update CHANGELOG Co-authored-by: antalszava <[email protected]> * Update header.html * Add algorithm header Co-authored-by: antalszava <[email protected]> Co-authored-by: Josh Izaac <[email protected]> * Update release tag * Update changelog * Fix no-binary tests * Update CHANGELOG.md * Added CY kernel to prevent bpass decomposition failure * Update changelog * Bump version Co-authored-by: Ali Asadi <[email protected]> Co-authored-by: antalszava <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: Amintor Dusko <[email protected]>
Context:
Attempting to compile the
pennylane-lightning
with MSVC2022,JacobianProd
is failed to complied. The compiler cites C3861 with the description thaterror C3861: 'all_of': identifier not found
. This PR addresses this issue by adding the headeralgorithm
.Related GitHub Issues:
Compilation on Windows fails (#192)