Template Struct TensorNetworkFile

Struct Documentation

template<class Tensor>
struct Jet::TensorNetworkFile

TensorNetworkFile is a POD that contains the possible contents of a tensor network file.

Public Members

std::optional<PathInfo> path

Optional contraction path in the tensor network file.

TensorNetwork<Tensor> tensors

Tensor network in the tensor network file.