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 @@ -148,16 +148,16 @@ ITensor(::AliasStyle, args...; kwargs...)::ITensor = error(
148148Create a `Tensor` that stores a copy of the storage and
149149indices of the input `ITensor`.
150150"""
151- Tensor (T:: ITensor ):: Tensor = Tensor (NeverAlias (), T)
152- Tensor (as:: NeverAlias , T:: ITensor ):: Tensor = Tensor (AllowAlias (), copy (T))
151+ NDTensors . Tensor (T:: ITensor ):: Tensor = Tensor (NeverAlias (), T)
152+ NDTensors . Tensor (as:: NeverAlias , T:: ITensor ):: Tensor = Tensor (AllowAlias (), copy (T))
153153
154154"""
155155 tensor(::ITensor)
156156
157157Convert the `ITensor` to a `Tensor` that shares the same
158158storage and indices as the `ITensor`.
159159"""
160- Tensor (:: AllowAlias , A:: ITensor ) = A. tensor
160+ NDTensors . Tensor (:: AllowAlias , A:: ITensor ) = A. tensor
161161
162162"""
163163 ITensor([::Type{ElT} = Float64, ]inds)
You can’t perform that action at this time.
0 commit comments