Jutho / TensorOperations.jl

Julia package for tensor contractions and related operations
https://jutho.github.io/TensorOperations.jl/stable/
Other
438 stars 55 forks source link

Optdata cannot use `Int` as labeltype #179

Closed lkdvos closed 2 days ago

lkdvos commented 3 weeks ago

Whenever integers are used as the labels in @tensor, opt = (1 => chi, ...) fails to compile.

Jutho commented 2 days ago

This should have been fixed and now also includes a test in the latest master commit.