Skip to content

Commit a734548

Browse files
committed
deprecate frobeniusschur
1 parent 1209f00 commit a734548

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/TensorKitSectors.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,8 @@ function __precompile__()
7272
return
7373
end
7474

75+
# deprecate
76+
# ---------
77+
@deprecate frobeniusschur(a::Sector) frobenius_schur_phase(a)
78+
7579
end # module TensorKitSectors

0 commit comments

Comments
 (0)