-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathREADME.jl
More file actions
43 lines (35 loc) · 1.98 KB
/
README.jl
File metadata and controls
43 lines (35 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# > [!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
#
# {CCQ_LOGO}
#
# 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
using ITensorNetworks: ITensorNetworks
# Examples go here.