Skip to main content

Module contraction

Module contraction 

Source
Expand description

Contraction operations for tensor trains

This module provides various ways to combine tensor trains:

  • dot: Inner product (returns scalar)

Structs§

ContractionOptions
Options for MPO-MPO contraction with on-the-fly compression.

Functions§

dot
Free-function wrapper for TensorTrain::dot.