File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ There are currently a few built-in site types
3434recognized by `jl`. The system is easily extensible
3535by users. To add new operators to an existing site type,
3636or to create new site types, you can follow the instructions
37- [here](https://itensor.github.io/ITensors.jl /stable/examples/Physics.html).
37+ [here](https://docs. itensor.org/ITensorMPS /stable/examples/Physics.html).
3838
3939The current built-in site types are:
4040
@@ -107,7 +107,7 @@ Many operators are available, for example:
107107- ...
108108
109109You can view the internal SiteType definitions and operators
110- [here](https://itensor.github.io/ITensors.jl /stable/IncludedSiteTypes.html).
110+ [here](https://docs. itensor.org/ITensorMPS /stable/IncludedSiteTypes.html).
111111"""
112112SiteType (s:: AbstractString ) = SiteType {SmallString(s)} ()
113113
@@ -229,7 +229,7 @@ Sz = op("Sz", s)
229229```
230230
231231You can see all of the operator names defined for the site types included
232- with ITensor [here](https://itensor.github.io/ITensors.jl/dev /IncludedSiteTypes.html).
232+ with ITensor [here](https://docs. itensor.org/ITensorMPS/stable /IncludedSiteTypes.html).
233233Note that some site types such as "S=1/2" and "Qubit"
234234are aliases for each other and share operator definitions.
235235"""
You can’t perform that action at this time.
0 commit comments