Skip to content

Rename algorithm symbols#376

Merged
lkdvos merged 3 commits intomainfrom
pb-replace-symbols
May 8, 2026
Merged

Rename algorithm symbols#376
lkdvos merged 3 commits intomainfrom
pb-replace-symbols

Conversation

@pbrehmer
Copy link
Copy Markdown
Collaborator

@pbrehmer pbrehmer commented May 7, 2026

Here we rename all algorithm symbols to have consistent capitalization according to their algorithm structs, see #368.

Note that I also renamed :iterative to :GKL since that is more consistent with how we name things for the iterative eigh solvers; there we call the solvers :Lanzcos and :BlockLanzcos.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

❌ Patch coverage is 72.22222% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...rithms/optimization/fixed_point_differentiation.jl 25.00% 3 Missing ⚠️
src/algorithms/ctmrg/c4v.jl 33.33% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/Defaults.jl 85.71% <ø> (ø)
src/algorithms/ctmrg/ctmrg.jl 88.15% <100.00%> (ø)
src/algorithms/ctmrg/projectors.jl 87.09% <100.00%> (ø)
src/algorithms/ctmrg/sequential.jl 98.41% <100.00%> (ø)
src/algorithms/ctmrg/simultaneous.jl 100.00% <100.00%> (ø)
src/algorithms/optimization/peps_optimization.jl 94.66% <ø> (ø)
src/algorithms/select_algorithm.jl 78.57% <100.00%> (ø)
src/algorithms/truncation/truncationschemes.jl 93.33% <ø> (ø)
src/utility/svd.jl 80.66% <100.00%> (ø)
src/algorithms/ctmrg/c4v.jl 82.07% <33.33%> (ø)
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@lkdvos lkdvos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think overall this looks great, I don't really have anything to add to this :)

@pbrehmer pbrehmer enabled auto-merge (squash) May 8, 2026 07:41
@lkdvos lkdvos disabled auto-merge May 8, 2026 11:48
@lkdvos lkdvos merged commit a52f0fc into main May 8, 2026
1 of 2 checks passed
@lkdvos lkdvos deleted the pb-replace-symbols branch May 8, 2026 11:49
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