qml.math.Interface

class Interface(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

Canonical set of interfaces supported.

AUTO

AUTOGRAD

JAX

JAX_JIT

NUMPY

TF

TF_AUTOGRAPH

TORCH

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.