Skip to content

Commit 31f5a2e

Browse files
committed
tols
1 parent 49d1ead commit 31f5a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hisp/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def make_custom_rtol(self, t: float) -> float:
343343
else:
344344
rtol = 1e-8 # 1e-6 or 1e-8 most recently
345345
elif pulse.pulse_type == "RISP":
346-
rtol = 1e-4 # usually 1e-7
346+
rtol = 1e-5 # usually 1e-7
347347
else:
348348
rtol = 1e-8 # usually 1e-10
349349
return rtol

0 commit comments

Comments
 (0)