Skip to content

Commit

Permalink
Update pyquil/api/_abstract_compiler.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kalan <22137047+kalzoo@users.noreply.github.com>
  • Loading branch information
MarquessV and kalzoo authored Jul 2, 2024
1 parent 2139ef8 commit 82c70ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyquil/api/_abstract_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def recalculation_table(self) -> list[str]:
@recalculation_table.setter
@deprecated(
version="4.12.0",
reason="The recalculation_table field is no longer used. It will be removed in future versions.",
reason="The recalculation_table field is no longer used. Recalculation is now performed by the execution service. This field will be removed in future versions.",
)
def recalculation_table(self, value: list[str]) -> None:
self._recalculation_table = value
Expand Down

0 comments on commit 82c70ba

Please sign in to comment.