pyBlock3: An Efficient python MPS/DMRG LibraryΒΆ
Package: https://github.com/block-hczhai/pyblock3-preview
Documentation: https://pyblock3.readthedocs.io/en/latest/
pyBlock3 is an MPS/PEPS/DMRG library utilizing an efficient block-sparse tensor data structure. The main features are:
Manipulation of block-sparse tensor using API very similar to numpy ndarray.
Support for custom quantum number labels.
Core functions are implemented in both python (slow) and C++ (optimized) version.