qml.math.expm

expm(tensor, like=None)[source]

Compute the matrix exponential of an array \(e^{X}\).

..note::

This function is not differentiable with Autograd, as it relies on the scipy implementation.

Contents

Using PennyLane

Release news

Development

API

Internals