Tensordot

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

Automatic generation tool for codes of tensor contraction. This tool can automatically generate codes of an optimal computing sequence for construction of a single tensor from a tensor network composed of tensors. Netcon algorithm proposed by Pfeifer et al. is used, and it is possible to search optimal solution quickly. Generated codes are available in Numpy and mptensor in Python.

To Detail

TensorNetwork

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

An open source library for implementing tensor networks. It is developed based on TensorFlow and is designed to be easily used by experts in the field of machine learning as well as in the field of physics. In addition to TensorFlow, it includes wrappers for JAX, PyTorch, and Numpy.

To Detail

Uni10

  • Level of openness 3 ★★★
  • Document quality 2 ★★☆

An open source C++ library designed for the development of tensor network algorithms. The goal of this library is to provide basic tensor operations with an easy-to-use interface, and it also provides a Network class that handles the graphical representation of networks. A wrapper for calling it from Python is also provided.

To Detail