Pochung Chen
Pochung Chen
The compiler setup does not pass to the HPTT If I do something like ```` CC=/opt/homebrew/bin/gcc-11 CXX=/opt/homebrew/bin/g++-11 cmake -DUSE_OMP=OFF -DUSE_HPTT=ON .. ```` and ```` make ```` It will clone HPTT....
To build from source, using gcc and openblas on MacOS (intel). * Install homebrew * Use homebrew to install following packages ```` brew install gcc openblas lapack boost pybind11 ````...
Current get_block basically returns the block associated certain symmetric bonds configuration. We need some higher level wrapper that return the symmetric UniTensor which contains all the blocks compatible with some...
If one combines two row labels, then row rank should -1. If one combines two column labels, then row rank should remain the same. Right now, for a rank-4 UniTensor...
Here I provide sample code to construct the initial T-tensor for HOTRG calculation. I try to provide sample code with various combination of following configurations. The final T tensor should...
In the original `ncon`, there is an optional argument "sequence" which can be used to specify contraction sequence. It seems that cytnx does not support this? and always try to...
Currently the default value for USE_MKL is ON. If a user would like to use OpenBLAS but forget to define -DUSE_MKL=OFF, the only error message use gets is `Could NOT...
It seems that .relabels() still exist. Please double check. We should remove it(them) from the API.
I create this issue to document information needed to refactor cmake related material. Minimum requirements to build cytnx. Here is the incomplete list. For C++ * boost * blas/lapack. Effectively,...
It seems that kernel crashes when I am trying to use get_blocks_qnums, getTotalQnums for symmetric UniTensor. Can someone double check if this is the case?