jet.TensorNetwork

TensorNetwork(*args, **kwargs)Union[jet.bindings.TensorNetworkC64, jet.bindings.TensorNetworkC128][source]

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

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

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

Returns

Tensor network instance.