Skip to content

Commit 22d91f9

Browse files
committed
LRU{Any,Float64}
1 parent 7aad297 commit 22d91f9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/permutedims/unitaries.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ using LRUCache: LRU
55

66
using SymmetrySectors: quantum_dimension
77

8-
const unitary_cache = LRU{
9-
Tuple{
10-
SectorFusionTree,SectorFusionTree,SectorFusionTree,SectorFusionTree,Tuple{Vararg{Int}}
11-
},
12-
Float64,
13-
}(;
14-
maxsize=10000, # TBD size
15-
)
8+
const unitary_cache = LRU{Any,Float64}(; maxsize=10000) # TBD size
169

1710
# ====================================== Interface =======================================
1811
function compute_unitary(

0 commit comments

Comments
 (0)