Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyChiang committed Jul 24, 2024
1 parent 27b2910 commit 45c9655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyquda/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def invert(

def invertPropagator(
dirac: Dirac,
source_propag: Union[None, LatticePropagator] = None,
source_propag: LatticePropagator,
restart: int = 0,
):
latt_info = dirac.latt_info
Expand Down
2 changes: 1 addition & 1 deletion pyquda/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.55"
__version__ = "0.7.56"

0 comments on commit 45c9655

Please sign in to comment.