awaw 6 hours ago I created a new package for Multi-dimensional Tensor on Complex Numbers, since https://github.com/golang/go/issues/41129 and other similar attempts didn't work out.My need for such a Tensor package stems from my attempt to create this Matrix Product State (a.k.a Tensor Networks, DMRG) library https://pkg.go.dev/github.com/fumin/qising/mps .
I created a new package for Multi-dimensional Tensor on Complex Numbers, since https://github.com/golang/go/issues/41129 and other similar attempts didn't work out.
My need for such a Tensor package stems from my attempt to create this Matrix Product State (a.k.a Tensor Networks, DMRG) library https://pkg.go.dev/github.com/fumin/qising/mps .