Skip to content

Commit

Permalink
Format .jl files (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: lkdvos <[email protected]>
  • Loading branch information
github-actions[bot] and lkdvos authored Oct 4, 2023
1 parent c1e2d41 commit 533f31b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
8 changes: 2 additions & 6 deletions src/operators/sparsempo/sparseslice.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ struct SparseMPOSlice{S,T,E} <: AbstractArray{T,2}
Tuple{Int,Base.Slice{Base.OneTo{Int}},Base.Slice{Base.OneTo{Int}}},
false,
}
domspaces::SubArray{
S,1,PeriodicArray{S,2},Tuple{Int,Base.Slice{Base.OneTo{Int}}},false
}
imspaces::SubArray{
S,1,PeriodicArray{S,2},Tuple{Int,Base.Slice{Base.OneTo{Int}}},false
}
domspaces::SubArray{S,1,PeriodicArray{S,2},Tuple{Int,Base.Slice{Base.OneTo{Int}}},false}
imspaces::SubArray{S,1,PeriodicArray{S,2},Tuple{Int,Base.Slice{Base.OneTo{Int}}},false}
pspace::S
end

Expand Down
28 changes: 7 additions & 21 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,7 @@ function _precompile_()
Function,
Type,
Int,
ProductSpace{
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},2
},
ProductSpace{GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},2},
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},
},
)
Expand Down Expand Up @@ -1387,9 +1385,7 @@ function _precompile_()
MPOMultiline{
DenseMPO{
TensorMap{
GradedSpace{
SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}
},
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},
2,
2,
SU2Irrep,
Expand All @@ -1411,9 +1407,7 @@ function _precompile_()
MPSMultiline{
InfiniteMPS{
TensorMap{
GradedSpace{
SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}
},
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},
2,
1,
SU2Irrep,
Expand All @@ -1422,9 +1416,7 @@ function _precompile_()
FusionTree{SU2Irrep,1,0,0,Nothing},
},
TensorMap{
GradedSpace{
SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}
},
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},
1,
1,
SU2Irrep,
Expand Down Expand Up @@ -2754,9 +2746,7 @@ function _precompile_()
MPOMultiline{
DenseMPO{
TensorMap{
GradedSpace{
SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}
},
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},
2,
2,
SU2Irrep,
Expand All @@ -2778,9 +2768,7 @@ function _precompile_()
MPSMultiline{
InfiniteMPS{
TensorMap{
GradedSpace{
SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}
},
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},
2,
1,
SU2Irrep,
Expand All @@ -2789,9 +2777,7 @@ function _precompile_()
FusionTree{SU2Irrep,1,0,0,Nothing},
},
TensorMap{
GradedSpace{
SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}
},
GradedSpace{SU2Irrep,TensorKit.SortedVectorDict{SU2Irrep,Int}},
1,
1,
SU2Irrep,
Expand Down

0 comments on commit 533f31b

Please sign in to comment.