qml.math.Interface
-
class Interface(value)[source]
Bases: enum.Enum
Canonical set of interfaces supported.
-
AUTO = 'auto'
-
AUTOGRAD = 'autograd'
-
JAX = 'jax'
-
JAX_JIT = 'jax-jit'
-
NUMPY = 'numpy'
-
TF = 'tf'
-
TF_AUTOGRAPH = 'tf-autograph'
-
TORCH = 'torch'
get_like ()
|
Maps canonical set of interfaces to those known by autoray. |
-
get_like()[source]
Maps canonical set of interfaces to those known by autoray.
code/api/pennylane.math.Interface