Skip to content

Commit

Permalink
TL: corrected aliases redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Jan 10, 2025
1 parent a38b1d3 commit a6e46e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qmat/qdelta/min.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ def computeQDelta(self, k=None):
class FlexJumper(Jumper):
"""Diagonal coefficients allowing order jump while still maintining high stability"""

aliases = ["FLEX-JUMPER", "FB2"]

def computeQDelta(self, k=None):
if k is None: k = 1
divider = 1 if k == 1 else 2*(k-1)
Expand Down

0 comments on commit a6e46e3

Please sign in to comment.