Changes between Initial Version and Version 1 of Ticket #31991
- Timestamp:
- 06/16/21 17:29:21 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31991 – Description
initial v1 1 Following the progress with Ticket #30307, we propose to add computational functionalities with tensors via the tensor train decomposition, which is an idea in factoriginally named "Density Matrix Renormalization Group (DMRG)" and later popularized by Prof. Ivan Oseledets.1 Following the progress with Ticket #30307, we propose to add computational functionalities with tensors via the tensor train decomposition, which is an idea originally named "Density Matrix Renormalization Group (DMRG)" and later popularized by Prof. Ivan Oseledets. 2 2 3 3 This functionality is especially useful for high dimensional tasks to prevent the curse of dimensionality (such as in Riemannian optimization), currently supported in MATLAB, Python, and C++. The MATLAB version is currently most versatile and robust.