We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d161568 commit 801a774Copy full SHA for 801a774
Project.toml
@@ -20,6 +20,7 @@ SafeTestsets = "0.1"
20
TensorKitSectors = "0.1.4"
21
Test = "1.10"
22
TestExtras = "0.3"
23
+TupleTools = "1.1"
24
julia = "1.10"
25
26
[extras]
src/MultiTensorKit.jl
@@ -8,7 +8,7 @@ using Artifacts
8
using TensorKitSectors
9
10
using TupleTools
11
-import TupleTools: insertafter
+using TupleTools: insertafter
12
13
using BlockTensorKit
14
import BlockTensorKit: SumSpace
0 commit comments