Skip to content

Commit a5a7254

Browse files
committed
Update for tags dict
1 parent 1001c8a commit a5a7254

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ITensors.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ using TensorAlgebra: contract
66
using ITensorBase:
77
ITensor,
88
Index,
9-
addtags,
109
commonind,
1110
commoninds,
11+
gettag,
1212
inds,
1313
mapinds,
1414
noprime,
1515
plev,
1616
prime,
1717
replaceinds,
18+
settag,
1819
sim,
1920
tags,
2021
uniqueind,
21-
uniqueinds
22+
uniqueinds,
23+
unsettag
2224

2325
# Quirks, decide where or if to define.
2426
using ITensorBase: OneITensor, dag, dim, factorize, hasqns, itensor, onehot, order, permute

0 commit comments

Comments
 (0)