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 release 0.24 into master #2755

Merged
merged 25 commits into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
30650a6
Update phase decomp test (#2697)
antalszava Jun 13, 2022
333541b
Update interfaces.rst (#2698)
antalszava Jun 13, 2022
b524f25
Allow templates to be decomposed (#2704)
eddddddy Jun 14, 2022
cb85618
Deprecate `qml.ExpvalCost` (#2571)
Qottmann Jun 14, 2022
d0cb387
Update JAX jit forward mode forward evaluation (#2700)
antalszava Jun 14, 2022
76e3fa3
Improve ising gates documentation (#2711)
rmoyard Jun 15, 2022
8c39317
Support classical fisher gradients when using Autograd (#2688)
josh146 Jun 15, 2022
34dc494
Support classical Fisher gradients when using TF and torch (#2710)
eddddddy Jun 15, 2022
9ba938b
Remove `hardware` argument in `qml.qinfo.quantum_fisher` (#2695)
Qottmann Jun 15, 2022
96da6bd
Add `qinfo` measurements in supported configurations docs (#2712)
eddddddy Jun 15, 2022
e5a3ac3
Use access_state (#2719)
antalszava Jun 15, 2022
c036f79
Update docs v0.24 (#2724)
antalszava Jun 16, 2022
1d45127
Move summary to start (#2727)
eddddddy Jun 16, 2022
1bb564d
added weights initialization example (#2735)
Qottmann Jun 16, 2022
40469ec
Wires not updated for a hamiltonian with in-place addition (#2738)
Jaybsoni Jun 16, 2022
bf39ac0
Cleanup docs (#2736)
eddddddy Jun 16, 2022
a756e54
Documentation changes for `batch_partial` (#2737)
eddddddy Jun 17, 2022
30d59c0
Fix sphinx class/method links (#2729)
dime10 Jun 17, 2022
0778b2e
Fix rendering of matrix rep of ECR (#2741)
Jaybsoni Jun 17, 2022
9a07e07
Fix doc quantum information and ising (#2732)
rmoyard Jun 17, 2022
3cafe56
Add quantum info measurements to introduction doc page (#2734)
albi3ro Jun 17, 2022
3088362
update documentation (#2750)
AmintorDusko Jun 20, 2022
81d6095
Release notes `v0.24.0` (#2701)
rmoyard Jun 20, 2022
89e22c2
Update
rmoyard Jun 20, 2022
b3fb9c2
Update rc sync
rmoyard Jun 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/rc_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
# Exclude some files known to be divergent during the release process from the PR
git checkout master -- pennylane/_version.py
git checkout master -- doc/development/release_notes.md
git checkout master -- doc/releases/changelog-dev.md
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git commit -m "exclude files from pr"
Expand Down
1 change: 0 additions & 1 deletion doc/introduction/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ At the moment, it takes into account the following parameters:
| | ``"finite-diff"`` | :rd:`10` | :rd:`10` | :gr:`8` | :rd:`9` | :gr:`8` | :gr:`8` | :gr:`8` | :gr:`8` | :gr:`8` | :gr:`8` |
+------------------+------------------------------+--------------+---------------+--------------+--------------+---------------+----------------+----------------+-------------+-------------+-------------+


1. Not supported. Gradients are not computed even though ``diff_method`` is provided. Fails with error.
2. Not supported. Gradients are not computed even though ``diff_method`` is provided. Warns that no auto-differentiation framework is being used, but does not fail.
Forward pass is still supported.
Expand Down
Loading