Su Wei
Su Wei
When contracting two sparse matrices, the following code does not work: A(i, k) = B(i, j) * C(j, k); Here A, B, C are matrices which are sparse in all...
Update toIQMPO(), toIQ(), convertToIQ() to itensor version 2 . Those codes are based on the original codes in v1, and tested with the programs in fold samples by substituting `auto...
Hi, I realize that your excellent library is also suitable for implementing parallel tensor network states(TNS) algorithms. In symmetric TNS, however, the symmetry is a little different from the three...
I have many tensors to contract. So I use openmp to parallelize the contraction procedure. Then I got the following error message. > src/memoryBroker.cpp:38: char* tcl::MemoryBroker::requestMemory(size_t): Assertion `this->currentOffset + size...