https://github.com/quantumkithub/tblis.jl
Julia wrapper for TBLIS tensor contraction library.
https://github.com/quantumkithub/tblis.jl
Last synced: 5 months ago
JSON representation
Julia wrapper for TBLIS tensor contraction library.
- Host: GitHub
- URL: https://github.com/quantumkithub/tblis.jl
- Owner: QuantumKitHub
- License: mit
- Created: 2020-05-25T20:06:48.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:43:16.000Z (over 1 year ago)
- Last Synced: 2025-10-21T11:52:43.217Z (6 months ago)
- Language: Julia
- Size: 9.4 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TBLIS.jl
[![CI][ci-img]][ci-url] [![][codecov-img]][codecov-url]
[ci-img]: https://github.com/QuantumKitHub/TBLIS.jl/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/QuantumKitHub/TBLIS.jl/actions/workflows/ci.yml
[codecov-img]: https://codecov.io/gh/QuantumKitHub/TBLIS.jl/graph/badge.svg?token=Nlju9D2P1A
[codecov-url]: https://codecov.io/gh/QuantumKitHub/TBLIS.jl
Julia wrapper for the [TBLIS](https://github.com/devinamatthews/tblis) tensor contraction library.
This provides basic bindings for the functions defined in TBLIS.
The target audience is mostly package developers rather than users, as the interface is low-level
and does not include argument checking.
For users, it is recommended to try out:
- [TensorOperations.jl](https://github.com/Jutho/TensorOperations.jl)
- [ITensors.jl](https://github.com/ITensor/ITensors.jl)
## Acknowledgements
This package is the continuation of a package previously hosted by https://github.com/FermiQC/TBLIS.jl.