From e327d9f72fadbc86350d60dda28fb4db6ab0fff0 Mon Sep 17 00:00:00 2001 From: zhenglz Date: Mon, 13 Oct 2025 00:29:56 +0800 Subject: [PATCH 1/3] update external sf doc --- docs/source/external_sf.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/external_sf.rst b/docs/source/external_sf.rst index a84e867..e157cf6 100644 --- a/docs/source/external_sf.rst +++ b/docs/source/external_sf.rst @@ -183,4 +183,9 @@ Here in the following code block, try to run the external scoring function with score = score.detach().numpy().ravel()[0] tf.write(f'{tag},{score:.3f}\n') tf.close() - + + +2. HybridSP +---------------------- +HybridSP is a statistical potential trained with PDBBind dataset. + From 40ddb6b8a17ce8f0c9227d566d3189bb67d5318d Mon Sep 17 00:00:00 2001 From: zhenglz Date: Mon, 13 Oct 2025 00:42:49 +0800 Subject: [PATCH 2/3] update external sf doc --- docs/source/external_sf.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/external_sf.rst b/docs/source/external_sf.rst index e157cf6..e9aa693 100644 --- a/docs/source/external_sf.rst +++ b/docs/source/external_sf.rst @@ -12,9 +12,7 @@ Some of the common scoring functions could be: .. code-block:: bash OnionNet-SFCT - RTMscore - X-score - zPoseScore + HybridSP Or any other scoring functions that use the receptor and the docking pose as input. In the following part, we demostrate how external scoring functions are defined. From e8107fe6042277a571bfa7f5f0499a888f4f5650 Mon Sep 17 00:00:00 2001 From: physwzh Date: Mon, 13 Oct 2025 15:41:27 +0800 Subject: [PATCH 3/3] change --- docs/source/external_sf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/external_sf.rst b/docs/source/external_sf.rst index e9aa693..294951c 100644 --- a/docs/source/external_sf.rst +++ b/docs/source/external_sf.rst @@ -186,4 +186,4 @@ Here in the following code block, try to run the external scoring function with 2. HybridSP ---------------------- HybridSP is a statistical potential trained with PDBBind dataset. - +sssss