Skip to content

Commit

Permalink
homogenize structs
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVanthilt committed Jan 12, 2025
1 parent e366c1f commit fa63c3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/schemes/btrg.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mutable struct BTRG <: TRGScheme
# data
T::TensorMap
S1::TensorMap
S2::TensorMap
Expand Down
1 change: 0 additions & 1 deletion src/schemes/trg.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mutable struct TRG <: TRGScheme
# data
T::TensorMap

finalize!::Function
Expand Down

0 comments on commit fa63c3e

Please sign in to comment.