You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) where {T, S₁, S₂ <: TensorKit.ElementarySpace, N₁, N₂, A <: CuVector{T}}
13
-
d = TensorKit.fusionblockstructure(space).totaldim
14
-
data = A(undef, d)
15
-
if !isbitstype(T)
16
-
zerovector!(data)
17
-
end
18
-
return TensorKit.TensorMap{T, S₂, A}(data, space)
19
-
end=#
20
-
21
10
# project_symmetric! doesn't yet work for GPU types, so do this on the host, then copy
22
11
function TensorKit.project_symmetric_and_check(::Type{T}, ::Type{A}, data::AbstractArray, V::TensorMapSpace; tol =sqrt(eps(real(float(eltype(data)))))) where {T, A <:CuVector{T}}
0 commit comments