Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Spacial Score #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Spacial Score #22

wants to merge 1 commit into from

Conversation

maclandrol
Copy link
Member

Changelogs

  • Add spacial score in the complexity module

Checklist:

  • Was this PR discussed in an issue? It is recommended to first discuss a new feature into a GitHub issue before opening a PR.
  • Add tests to cover the fixed bug(s) or the new introduced feature(s) (if appropriate).
  • Update the API documentation is a new function is added, or an existing one is deleted.
  • Write concise and explanatory changelogs above.
  • If possible, assign one of the following labels to the PR: feature, fix or test (or ask a maintainer to do it for you).

This is to address #14

@@ -299,3 +300,22 @@ def TWC(mol: dm.Mol, log10: bool = True):
except ValueError:
return float("nan")
return twc


def SPS(mol: dm.Mol, normalize=True):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhu0619 do you have access to zinc15 ? I need to run SPS on all molecules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant