Jutho/TensorKit.jl

TensorMap is not bitstype.

xiangjianqian opened this issue · 0 comments

I am using TensorKit to construct tensor network. I want to parallel my code using MPI. However, isbitstype(TensorMap) returns false. So, I can't use MPI.reduce to gather the data calculated by Tensorkit. Is there any solution to this problem?