Skip to content

Commit e0d418c

Browse files
committed
adding warning to target
1 parent ced54ca commit e0d418c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bloqade/pyqrack/target.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ class PyQrack:
3434

3535
def __post_init__(self):
3636
warn(
37-
"The PyQrack target is deprecated and will be removed in a future release. Please use the DynamicMemorySimulaotr / StackMemorySimulator instead."
37+
"The PyQrack target is deprecated and will be removed "
38+
"in a future release. Please use the DynamicMemorySimulator / "
39+
"StackMemorySimulator instead."
3840
)
3941

4042
self.pyqrack_options = PyQrackOptions(

0 commit comments

Comments
 (0)