ITensor / NDTensors.jl

A Julia package for n-dimensional sparse tensors.
Apache License 2.0
27 stars 7 forks source link
block-sparsity julia sparse sparse-tensors tensor

⚠️ INFO: This repository is deprecated

The source code for the NDTensors package has been moved into the monorepo at ITensors.jl. Please refer to that repository for the latest changes.

NDTensors.jl

Build Status
Tests codecov

NDTensors is a Julia package for n-dimensional sparse tensors. For now, it supports dense, block sparse, diagonal, and diagonal block sparse tensors. The focus is on providing efficient tensor operations, such as tensor decompositions and contractions.