@@ -32,125 +32,125 @@ MPO(::Type{<:Number}, ::Vector{<:Index}, ::String)
3232## Copying behavior
3333
3434``` @docs
35- copy(::ITensors .AbstractMPS)
36- deepcopy(::ITensors .AbstractMPS)
35+ copy(::ITensorMPS .AbstractMPS)
36+ deepcopy(::ITensorMPS .AbstractMPS)
3737```
3838
3939## Properties
4040
4141``` @docs
42- eltype(::ITensors .AbstractMPS)
43- flux(::ITensors .AbstractMPS)
44- hasqns(::ITensors .AbstractMPS)
45- length(::ITensors .AbstractMPS)
46- maxlinkdim(::ITensors .AbstractMPS)
42+ eltype(::ITensorMPS .AbstractMPS)
43+ flux(::ITensorMPS .AbstractMPS)
44+ hasqns(::ITensorMPS .AbstractMPS)
45+ length(::ITensorMPS .AbstractMPS)
46+ maxlinkdim(::ITensorMPS .AbstractMPS)
4747```
4848
4949## Obtaining and finding indices
5050
5151``` @docs
52- siteinds(::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS, ::Int)
53- siteinds(::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS, ::Int)
52+ siteinds(::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS, ::Int)
53+ siteinds(::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS, ::Int)
5454findsite
5555findsites
5656firstsiteinds
57- linkind(::ITensors .AbstractMPS,::Int)
57+ linkind(::ITensorMPS .AbstractMPS,::Int)
5858siteind(::MPS, ::Int)
5959siteind(::typeof(first), ::MPS, ::Int)
6060siteinds(::MPS)
6161siteind(::MPO, ::Int)
6262siteinds(::MPO)
63- siteinds(::ITensors .AbstractMPS, ::Int)
63+ siteinds(::ITensorMPS .AbstractMPS, ::Int)
6464```
6565
6666## Priming and tagging
6767
6868``` @docs
69- prime(::ITensors .AbstractMPS)
70- prime(::typeof(siteinds), ::ITensors .AbstractMPS)
71- prime(::typeof(linkinds), ::ITensors .AbstractMPS)
72- prime(::typeof(siteinds), ::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
73- prime(::typeof(siteinds), ::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
74-
75- swapprime(::ITensors .AbstractMPS, args...; kwargs...)
76-
77- setprime(::ITensors .AbstractMPS)
78- setprime(::typeof(siteinds), ::ITensors .AbstractMPS)
79- setprime(::typeof(linkinds), ::ITensors .AbstractMPS)
80- setprime(::typeof(siteinds), ::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
81- setprime(::typeof(siteinds), ::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
82-
83- noprime(::ITensors .AbstractMPS)
84- noprime(::typeof(siteinds), ::ITensors .AbstractMPS)
85- noprime(::typeof(linkinds), ::ITensors .AbstractMPS)
86- noprime(::typeof(siteinds), ::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
87- noprime(::typeof(siteinds), ::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
88-
89- addtags(::ITensors .AbstractMPS)
90- addtags(::typeof(siteinds), ::ITensors .AbstractMPS)
91- addtags(::typeof(linkinds), ::ITensors .AbstractMPS)
92- addtags(::typeof(siteinds), ::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
93- addtags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
94-
95- removetags(::ITensors .AbstractMPS)
96- removetags(::typeof(siteinds), ::ITensors .AbstractMPS)
97- removetags(::typeof(linkinds), ::ITensors .AbstractMPS)
98- removetags(::typeof(siteinds), ::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
99- removetags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
100-
101- replacetags(::ITensors .AbstractMPS)
102- replacetags(::typeof(siteinds), ::ITensors .AbstractMPS)
103- replacetags(::typeof(linkinds), ::ITensors .AbstractMPS)
104- replacetags(::typeof(siteinds), ::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
105- replacetags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
106-
107- settags(::ITensors .AbstractMPS)
108- settags(::typeof(siteinds), ::ITensors .AbstractMPS)
109- settags(::typeof(linkinds), ::ITensors .AbstractMPS)
110- settags(::typeof(siteinds), ::typeof(commoninds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
111- settags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensors .AbstractMPS, ::ITensors .AbstractMPS)
69+ prime(::ITensorMPS .AbstractMPS)
70+ prime(::typeof(siteinds), ::ITensorMPS .AbstractMPS)
71+ prime(::typeof(linkinds), ::ITensorMPS .AbstractMPS)
72+ prime(::typeof(siteinds), ::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
73+ prime(::typeof(siteinds), ::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
74+
75+ swapprime(::ITensorMPS .AbstractMPS, args...; kwargs...)
76+
77+ setprime(::ITensorMPS .AbstractMPS)
78+ setprime(::typeof(siteinds), ::ITensorMPS .AbstractMPS)
79+ setprime(::typeof(linkinds), ::ITensorMPS .AbstractMPS)
80+ setprime(::typeof(siteinds), ::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
81+ setprime(::typeof(siteinds), ::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
82+
83+ noprime(::ITensorMPS .AbstractMPS)
84+ noprime(::typeof(siteinds), ::ITensorMPS .AbstractMPS)
85+ noprime(::typeof(linkinds), ::ITensorMPS .AbstractMPS)
86+ noprime(::typeof(siteinds), ::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
87+ noprime(::typeof(siteinds), ::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
88+
89+ addtags(::ITensorMPS .AbstractMPS)
90+ addtags(::typeof(siteinds), ::ITensorMPS .AbstractMPS)
91+ addtags(::typeof(linkinds), ::ITensorMPS .AbstractMPS)
92+ addtags(::typeof(siteinds), ::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
93+ addtags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
94+
95+ removetags(::ITensorMPS .AbstractMPS)
96+ removetags(::typeof(siteinds), ::ITensorMPS .AbstractMPS)
97+ removetags(::typeof(linkinds), ::ITensorMPS .AbstractMPS)
98+ removetags(::typeof(siteinds), ::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
99+ removetags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
100+
101+ replacetags(::ITensorMPS .AbstractMPS)
102+ replacetags(::typeof(siteinds), ::ITensorMPS .AbstractMPS)
103+ replacetags(::typeof(linkinds), ::ITensorMPS .AbstractMPS)
104+ replacetags(::typeof(siteinds), ::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
105+ replacetags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
106+
107+ settags(::ITensorMPS .AbstractMPS)
108+ settags(::typeof(siteinds), ::ITensorMPS .AbstractMPS)
109+ settags(::typeof(linkinds), ::ITensorMPS .AbstractMPS)
110+ settags(::typeof(siteinds), ::typeof(commoninds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
111+ settags(::typeof(siteinds), ::typeof(uniqueinds), ::ITensorMPS .AbstractMPS, ::ITensorMPS .AbstractMPS)
112112```
113113
114114## Operations
115115
116116``` @docs
117117expect(::MPS, ::Any)
118118correlation_matrix(::MPS, ::AbstractString, ::AbstractString)
119- dag(::ITensors .AbstractMPS)
120- dense(::ITensors .AbstractMPS)
121- movesite(::ITensors .AbstractMPS, ::Pair{Int, Int};orthocenter::Int,kwargs...)
119+ dag(::ITensorMPS .AbstractMPS)
120+ dense(::ITensorMPS .AbstractMPS)
121+ movesite(::ITensorMPS .AbstractMPS, ::Pair{Int, Int};orthocenter::Int,kwargs...)
122122orthogonalize!
123123replacebond!(::MPS, ::Int, ::ITensor)
124124sample(::MPS)
125125sample!(::MPS)
126126sample(::MPO)
127- swapbondsites(::ITensors .AbstractMPS, ::Int; kwargs...)
127+ swapbondsites(::ITensorMPS .AbstractMPS, ::Int; kwargs...)
128128truncate!
129129```
130130
131131## Gate evolution
132132
133133``` @docs
134- product(::ITensor, ::ITensors .AbstractMPS)
135- product(::Vector{ITensor}, ::ITensors .AbstractMPS)
134+ product(::ITensor, ::ITensorMPS .AbstractMPS)
135+ product(::Vector{ITensor}, ::ITensorMPS .AbstractMPS)
136136```
137137
138138## Algebra Operations
139139
140140``` @docs
141- inner(::MPST, ::MPST) where {MPST <: ITensors .AbstractMPS}
142- dot(::MPST, ::MPST) where {MPST <: ITensors .AbstractMPS}
143- loginner(::MPST, ::MPST) where {MPST <: ITensors .AbstractMPS}
144- logdot(::MPST, ::MPST) where {MPST <: ITensors .AbstractMPS}
141+ inner(::MPST, ::MPST) where {MPST <: ITensorMPS .AbstractMPS}
142+ dot(::MPST, ::MPST) where {MPST <: ITensorMPS .AbstractMPS}
143+ loginner(::MPST, ::MPST) where {MPST <: ITensorMPS .AbstractMPS}
144+ logdot(::MPST, ::MPST) where {MPST <: ITensorMPS .AbstractMPS}
145145inner(::MPS, ::MPO, ::MPS)
146146dot(::MPS, ::MPO, ::MPS)
147147inner(::MPO, ::MPS, ::MPO, ::MPS)
148148dot(::MPO, ::MPS, ::MPO, ::MPS)
149- norm(::ITensors .AbstractMPS)
150- normalize(::ITensors .AbstractMPS)
151- normalize!(::ITensors .AbstractMPS)
152- lognorm(::ITensors .AbstractMPS)
153- +(::ITensors .AbstractMPS...)
149+ norm(::ITensorMPS .AbstractMPS)
150+ normalize(::ITensorMPS .AbstractMPS)
151+ normalize!(::ITensorMPS .AbstractMPS)
152+ lognorm(::ITensorMPS .AbstractMPS)
153+ +(::ITensorMPS .AbstractMPS...)
154154contract(::MPO, ::MPS)
155155apply(::MPO, ::MPS)
156156contract(::MPO, ::MPO)
0 commit comments