ValeevGroup / tiledarray

A massively-parallel, block-sparse tensor framework written in C++
GNU General Public License v3.0
247 stars 51 forks source link

Implements support for more corner cases involving ToT times T. #451

Closed bimalgaudel closed 1 month ago

bimalgaudel commented 3 months ago

Specifically, A(bi;a) * B(bi) -> C(i;a) kind of evaluations were not supported before this.

Notation: A is a ToT with two external modes (b and i) and an internal mode (a).