https://github.com/itensor/itensornetworks.jl
A package with general tools for working with higher-dimensional tensor networks based on ITensor.
https://github.com/itensor/itensornetworks.jl
Last synced: about 1 month ago
JSON representation
A package with general tools for working with higher-dimensional tensor networks based on ITensor.
- Host: GitHub
- URL: https://github.com/itensor/itensornetworks.jl
- Owner: ITensor
- License: apache-2.0
- Created: 2021-06-29T15:25:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-15T02:43:41.000Z (about 2 months ago)
- Last Synced: 2026-02-15T03:52:08.305Z (about 2 months ago)
- Language: Julia
- Size: 2.75 MB
- Stars: 111
- Watchers: 6
- Forks: 22
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> This is a pre-release software. There are no guarantees that functionality won't break
> from version to version, though we will try our best to indicate breaking changes
> following [semantic versioning](https://semver.org/) (semver) by bumping the minor
> version of the package. We are biasing heavily towards "moving fast and breaking things"
> during this stage of development, which will allow us to more quickly develop the package
> and bring it to a point where we have enough features and are happy enough with the external
> interface to officially release it for general public use.
>
> In short, use this package with caution, and don't expect the interface to be stable
> or for us to clearly announce parts of the code we are changing.
# ITensorNetworks.jl
[](https://itensor.github.io/ITensorNetworks.jl/stable/)
[](https://itensor.github.io/ITensorNetworks.jl/dev/)
[](https://github.com/ITensor/ITensorNetworks.jl/actions/workflows/Tests.yml?query=branch%3Amain)
[](https://codecov.io/gh/ITensor/ITensorNetworks.jl)
[](https://github.com/ITensor/ITensorFormatter.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
## Support

ITensorNetworks.jl is supported by the Flatiron Institute, a division of the Simons Foundation.
## Installation instructions
This package can be added as usual through the package manager:
```julia
julia> using Pkg: Pkg
julia> Pkg.add("ITensorNetworks")
```
## Examples
````julia
using ITensorNetworks: ITensorNetworks
````
Examples go here.
---
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*