Skip to content

Commit 13cb8ef

Browse files
authored
Merge branch 'main' into v1.7_cookbooks
2 parents edf97ed + 4535cf5 commit 13cb8ef

File tree

6 files changed

+353
-153
lines changed

6 files changed

+353
-153
lines changed

cookbook/ligandnetwork_vis.ipynb

Lines changed: 85 additions & 69 deletions
Large diffs are not rendered by default.

networks/creating_networks_from_external_files.ipynb

Lines changed: 64 additions & 28 deletions
Large diffs are not rendered by default.

openmm_rbfe/benchmark_demo.ipynb

Lines changed: 189 additions & 39 deletions
Large diffs are not rendered by default.

openmm_septop/septop_analysis.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@
3535
"name": "stdout",
3636
"output_type": "stream",
3737
"text": [
38-
"--2025-09-01 13:22:08-- https://zenodo.org/records/17019064/files/septop_results.zip\n",
39-
"Resolving zenodo.org (zenodo.org)... 188.185.43.25, 188.185.45.92, 188.185.48.194, ...\n",
40-
"Connecting to zenodo.org (zenodo.org)|188.185.43.25|:443... connected.\n",
38+
"--2025-10-14 20:00:18-- https://zenodo.org/records/17019064/files/septop_results.zip\n",
39+
"Resolving zenodo.org (zenodo.org)... 188.185.45.92, 188.185.48.194, 188.185.43.25\n",
40+
"Connecting to zenodo.org (zenodo.org)|188.185.45.92|:443... connected.\n",
4141
"HTTP request sent, awaiting response... 200 OK\n",
4242
"Length: 5974197 (5.7M) [application/octet-stream]\n",
4343
"Saving to: ‘septop_results.zip’\n",
4444
"\n",
45-
"septop_results.zip 100%[===================>] 5.70M 3.05MB/s in 1.9s \n",
45+
"septop_results.zip 100%[===================>] 5.70M 559KB/s in 11s \n",
4646
"\n",
47-
"2025-09-01 13:22:11 (3.05 MB/s) - ‘septop_results.zip’ saved [5974197/5974197]\n",
47+
"2025-10-14 20:00:30 (529 KB/s) - ‘septop_results.zip’ saved [5974197/5974197]\n",
4848
"\n",
4949
"Archive: septop_results.zip\n",
50-
" creating: septop_results/\n",
51-
" creating: septop_results/results_2/\n",
50+
" creating: septop_results\n",
51+
" creating: septop_results/results_2\n",
5252
" inflating: septop_results/results_2/rbfe_7a_7b.json \n",
5353
" inflating: septop_results/results_2/rbfe_1_7b.json \n",
5454
" inflating: septop_results/results_2/rbfe_1_7a.json \n",
55-
" creating: septop_results/results_1/\n",
55+
" creating: septop_results/results_1\n",
5656
" inflating: septop_results/results_1/rbfe_7a_7b.json \n",
5757
" inflating: septop_results/results_1/rbfe_1_7a.json \n",
58-
" creating: septop_results/results_0/\n",
58+
" creating: septop_results/results_0\n",
5959
" inflating: septop_results/results_0/rbfe_7a_7b.json \n",
6060
" inflating: septop_results/results_0/rbfe_1_7b.json \n",
6161
" inflating: septop_results/results_0/rbfe_1_7a.json \n",
@@ -80,7 +80,7 @@
8080
},
8181
{
8282
"cell_type": "code",
83-
"execution_count": 2,
83+
"execution_count": 3,
8484
"id": "7fbf1482-25ca-427b-a881-af88a983461c",
8585
"metadata": {},
8686
"outputs": [],
@@ -1183,7 +1183,7 @@
11831183
"name": "python",
11841184
"nbconvert_exporter": "python",
11851185
"pygments_lexer": "ipython3",
1186-
"version": "3.12.11"
1186+
"version": "3.13.8"
11871187
},
11881188
"widgets": {
11891189
"application/vnd.jupyter.widget-state+json": {

openmm_septop/septop_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"id": "23881797-0bd3-408b-9212-ac206d46cd39",
2424
"metadata": {},
2525
"source": [
26-
"<img src=\"septop_cycle.png\" width=600 height=600 />"
26+
"<img src=\"septop_cycle.png\" width=600/>"
2727
]
2828
},
2929
{
@@ -666,7 +666,7 @@
666666
"name": "python",
667667
"nbconvert_exporter": "python",
668668
"pygments_lexer": "ipython3",
669-
"version": "3.12.10"
669+
"version": "3.13.8"
670670
}
671671
},
672672
"nbformat": 4,

showcase/openfe_showcase.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
},
488488
{
489489
"cell_type": "code",
490-
"execution_count": 10,
490+
"execution_count": null,
491491
"id": "bbcfd2e2-a50e-4398-85d1-f80b01597720",
492492
"metadata": {},
493493
"outputs": [
@@ -619,9 +619,7 @@
619619
],
620620
"source": [
621621
"# Visualize the mapping in 3D\n",
622-
"from openfe.utils import visualization_3D\n",
623-
"\n",
624-
"visualization_3D.view_mapping_3d(lomap_mapping, show_atomIDs=True)"
622+
"lomap_mapping.view_3d(show_atomIDs=True)"
625623
]
626624
},
627625
{

0 commit comments

Comments
 (0)