We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced54ca commit e0d418cCopy full SHA for e0d418c
src/bloqade/pyqrack/target.py
@@ -34,7 +34,9 @@ class PyQrack:
34
35
def __post_init__(self):
36
warn(
37
- "The PyQrack target is deprecated and will be removed in a future release. Please use the DynamicMemorySimulaotr / StackMemorySimulator instead."
+ "The PyQrack target is deprecated and will be removed "
38
+ "in a future release. Please use the DynamicMemorySimulator / "
39
+ "StackMemorySimulator instead."
40
)
41
42
self.pyqrack_options = PyQrackOptions(
0 commit comments