https://github.com/itensor/tensorproducts.jl
https://github.com/itensor/tensorproducts.jl
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itensor/tensorproducts.jl
- Owner: ITensor
- License: apache-2.0
- Created: 2025-03-24T14:20:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-04T04:35:44.000Z (4 months ago)
- Last Synced: 2025-12-07T10:50:05.293Z (4 months ago)
- Language: Julia
- Size: 817 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorProducts.jl
[](https://itensor.github.io/TensorProducts.jl/stable/)
[](https://itensor.github.io/TensorProducts.jl/dev/)
[](https://github.com/ITensor/TensorProducts.jl/actions/workflows/Tests.yml?query=branch%3Amain)
[](https://codecov.io/gh/ITensor/TensorProducts.jl)
[](https://github.com/invenia/BlueStyle)
[](https://github.com/JuliaTesting/Aqua.jl)
## Support

TensorProducts.jl is supported by the Flatiron Institute, a division of the Simons Foundation.
## Installation instructions
This package resides in the `ITensor/ITensorRegistry` local registry.
In order to install, simply add that registry through your package manager.
This step is only required once.
```julia
julia> using Pkg: Pkg
julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")
```
or:
```julia
julia> Pkg.Registry.add(url="git@github.com:ITensor/ITensorRegistry.git")
```
if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages.
Then, the package can be added as usual through the package manager:
```julia
julia> Pkg.add("TensorProducts")
```
## Examples
````julia
using TensorProducts: TensorProducts
````
Examples go here.
---
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*