Skip to content

Commit 5ae4a95

Browse files
committed
Update the r_cutoff to make them consistent
1 parent ed0a24f commit 5ae4a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tutorials/SBM_AA.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cell_type": "code",
4747
"execution_count": null,
4848
"source": [
49-
"sbm_AA = SBM(name='2ci2', time_step=0.002, collision_rate=1.0, r_cutoff=1.5, temperature=0.5)"
49+
"sbm_AA = SBM(name='2ci2', time_step=0.002, collision_rate=1.0, r_cutoff=0.65, temperature=0.5)"
5050
],
5151
"outputs": [],
5252
"metadata": {}

Tutorials/SBM_CA.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cell_type": "code",
4747
"execution_count": null,
4848
"source": [
49-
"sbm_CA = SBM(name='2ci2', time_step=0.0005, collision_rate=1.0, r_cutoff=3.0, temperature=0.5)"
49+
"sbm_CA = SBM(name='2ci2', time_step=0.0005, collision_rate=1.0, r_cutoff=1.1, temperature=0.5)"
5050
],
5151
"outputs": [],
5252
"metadata": {}

0 commit comments

Comments
 (0)