Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ITensor/NDTensors.jl
A Julia package for n-dimensional sparse tensors.
https://github.com/ITensor/NDTensors.jl
block-sparsity julia sparse sparse-tensors tensor
Last synced: 14 days ago
JSON representation
A Julia package for n-dimensional sparse tensors.
- Host: GitHub
- URL: https://github.com/ITensor/NDTensors.jl
- Owner: ITensor
- License: apache-2.0
- Archived: true
- Created: 2020-05-04T20:39:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T17:04:08.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T16:45:25.176Z (3 months ago)
- Topics: block-sparsity, julia, sparse, sparse-tensors, tensor
- Language: Julia
- Size: 479 KB
- Stars: 27
- Watchers: 4
- Forks: 7
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ⚠️ **INFO: This repository is deprecated**
>
> The source code for the `NDTensors` package has been moved into the monorepo at [ITensors.jl](https://github.com/ITensor/ITensors.jl).
> Please refer to that repository for the latest changes.# NDTensors.jl
| **Build Status** |
|:-----------------------------------------------------------------------------------------------:|
| [![Tests](https://github.com/ITensor/NDTensors.jl/workflows/Tests/badge.svg)](https://github.com/ITensor/NDTensors.jl/actions?query=workflow%3ATests) [![codecov](https://codecov.io/gh/ITensor/NDTensors.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/ITensor/NDTensors.jl) |`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.