Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/source/external_sf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -183,4 +181,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.
sssss