jet.TensorNetworkSerializer

TensorNetworkSerializer(*args, **kwargs)Union[jet.bindings.TensorNetworkSerializerC64, jet.bindings.TensorNetworkSerializerC128][source]

Constructs a tensor network serializer with the specified data type. If a dtype keyword argument is not provided, a TensorNetworkSerializerC128 instance will be returned.

Parameters
  • *args – Positional arguments to pass to the tensor network serializer constructor.

  • **kwargs – Keyword arguments to pass to the tensor network serializer constructor.

Returns

Tensor network serializer instance.