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

SMARTS patterns to guesstimate fragment charges #28

Open
cstein opened this issue Sep 11, 2017 · 0 comments
Open

SMARTS patterns to guesstimate fragment charges #28

cstein opened this issue Sep 11, 2017 · 0 comments
Milestone

Comments

@cstein
Copy link
Member

cstein commented Sep 11, 2017

We should make an effort in using SMARTS patterns to guesstimate the fragment charges and only (ONLY!) use the charge model if there are things we are uncertain about.

In the long run, we should probably also dump some information to a json-file (which can be read back in) regarding charges and other things. Now, it will become incomprehensible for even the keenest of users, but it should and could be a nice option.

{
  "title": "This is a test",
  "charge": 0,
  "fragments": 4,
  "fragment_charges": [ 0, 0, 0, 0],
  "fragment_indices": [
    [ 1, 2, 3],
    [ 4, 5, 6],
    [ 7, 8, 9],
    [10,11,12]
  ],
  "fragment_names": [
    "WATER",
    "WATER",
    "WATER",
    "WATER"
  ]
}
@cstein cstein added this to the 2.0 milestone Sep 11, 2017
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

No branches or pull requests

1 participant