Skip to content

Remove type restriction on env₀ in select_algorithm(::typeof(fixedpoint), ...)#345

Merged
leburgel merged 1 commit intomasterfrom
lb/remove_restriction
Mar 19, 2026
Merged

Remove type restriction on env₀ in select_algorithm(::typeof(fixedpoint), ...)#345
leburgel merged 1 commit intomasterfrom
lb/remove_restriction

Conversation

@leburgel
Copy link
Member

Removes the CTMRGEnv type restriction on the initial environment argument in select_algorithm(::typeof(fixedpoint), ...). We actually removed a lot of type restrictions already, and this is the last one that blocks using fixedpoint with custom external contraction algorithms that use their own environment type. Since there's no real need to restrict the type, I thought it might be best to just drop the restriction.

@leburgel leburgel enabled auto-merge (squash) March 19, 2026 12:24
@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/algorithms/select_algorithm.jl 78.57% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leburgel leburgel merged commit ba4848b into master Mar 19, 2026
63 checks passed
@leburgel leburgel deleted the lb/remove_restriction branch March 19, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants