spenso 0.4.0

A tensor (n-dim array) network, iterating, and contraction (using automatic abstract index matching) library.
Documentation
---
source: src/tests.rs
expression: dense_dense.structure()
---
VecStructure(
  structure: [
    Slot(
      aind: Normal(3),
      rep: Representation(
        dim: Concrete(4),
        rep: LorentzDown(Dual(
          inner: Lorentz(),
        )),
      ),
    ),
    Slot(
      aind: Normal(4),
      rep: Representation(
        dim: Concrete(5),
        rep: LorentzUp(Lorentz()),
      ),
    ),
    Slot(
      aind: Normal(2),
      rep: Representation(
        dim: Concrete(4),
        rep: LorentzUp(Lorentz()),
      ),
    ),
  ],
)