Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Dec 10, 2024
1 parent d3d8d50 commit fd6a3c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/lightning_tensor/device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Note that as ``lightning.tensor`` cannot be cleaned up like other state-vector d
Operations and observables support
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The ``lightning.tensor`` supports all gate operations supported by PennyLane, with the exception of ``qml.StatePrep``, which is *not supported* by the *Exact Tensor Network* method.
The ``lightning.tensor`` supports all gate operations supported by PennyLane, with the exception of :func:`~pennylane.StatePrep`, which is *not supported* by the *Exact Tensor Network* method.

**Supported operations:**

Expand Down Expand Up @@ -134,9 +134,9 @@ The ``lightning.tensor`` supports all gate operations supported by PennyLane, wi

**Supported observables:**

The ``lightning.tensor`` supports all observables supported by the Lightning state-vector simulators, besides ``qml.SparseHamiltonian``, ``qml.Projector`` and limited support to ``qml.Hamiltonian``, ``qml.Prod`` since ``lightning.tensor`` only supports 1-wire Hermitian observables.
The ``lightning.tensor`` supports all observables supported by the Lightning state-vector simulators, besides :class:`~pennylane.SparseHamiltonian`, :class:`~pennylane.Projector` and limited support to :class:`~pennylane.Sum`, :class:`~pennylane.Prod` since ``lightning.tensor`` only supports 1-wire :class:`~pennylane.Hermitian` observables.

Users can not create a ``Hamiltonian`` or ``Prod`` observable from ``Hamiltonian`` observables.
Users can not create a :class:`~pennylane.Sum` or :class:`~pennylane.Prod` observable from :class:`~pennylane.Sum` observables.



Expand Down

0 comments on commit fd6a3c6

Please sign in to comment.