jet.factory.TensorNetworkFile

TensorNetworkFile(*args, **kwargs)Union[jet.bindings.TensorNetworkFileC64, jet.bindings.TensorNetworkFileC128][source]

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

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

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

Returns

Tensor network file instance.