Skip to content

Commit

Permalink
Merge branch 'master' into math-grad
Browse files Browse the repository at this point in the history
  • Loading branch information
albi3ro authored Dec 31, 2024
2 parents 1e638b1 + b9df1e1 commit e0fa72d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@ same information.
* Updated the documentation of `QSVT` to include examples for different block encodings.
[(#6673)](https://github.com/PennyLaneAI/pennylane/pull/6673)

* The link to `qml.ops.one_qubit_transform` was fixed in the `QubitUnitary` docstring.
[(#6745)](https://github.com/PennyLaneAI/pennylane/pull/6745)

<h3>Bug fixes 🐛</h3>

* `qml.ControlledQubitUnitary` has consistent behaviour with program capture enabled.
Expand Down
2 changes: 1 addition & 1 deletion pennylane/ops/qubit/matrix_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def compute_decomposition(U: TensorLike, wires: WiresLike):
A decomposition is only defined for matrices that act on either one or two wires. For more
than two wires, this method raises a ``DecompositionUndefined``.
See :func:`~.transforms.one_qubit_decomposition` and :func:`~.ops.two_qubit_decomposition`
See :func:`~.ops.one_qubit_decomposition` and :func:`~.ops.two_qubit_decomposition`
for more information on how the decompositions are computed.
.. seealso:: :meth:`~.QubitUnitary.decomposition`.
Expand Down

0 comments on commit e0fa72d

Please sign in to comment.