Skip to content

Commit aaf65bc

Browse files
authored
Update README.md
1 parent b7c41c8 commit aaf65bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ print(X_q[:10, 0])
133133

134134
If one is not seeking optimized performance and more emulation supports, one can use the following example.
135135

136-
``pychop`` also provides same functionalities just like Higham's chop [1], but with relatively faster rounding:
136+
``pychop`` also provides same functionalities just like Higham's chop [1] that supports soft error simulation (by setting ``flip=True``), but with relatively faster speed:
137137

138138
```Python
139139
from pychop import Chop
@@ -355,5 +355,6 @@ If you use ``pychop`` in your research or simulations, cite:
355355

356356

357357

358+
358359

359360

0 commit comments

Comments
 (0)