You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ print(X_q[:10, 0])
133
133
134
134
If one is not seeking optimized performance and more emulation supports, one can use the following example.
135
135
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:
137
137
138
138
```Python
139
139
from pychop import Chop
@@ -355,5 +355,6 @@ If you use ``pychop`` in your research or simulations, cite:
0 commit comments