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

Integrating xyz2mol Into The RDKit Core (GSoC 2022) #5557

Merged
merged 55 commits into from Oct 6, 2022

Commits on Jul 13, 2022

  1. Added xyz2mol file parser and tests

    Sreya Gogineni committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    33cc05a View commit details
    Browse the repository at this point in the history
  2. pulled changes from master onto branch

    Sreya Gogineni committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e00b1a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from gosreya/localb

    Added file parser.
    gosreya committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    36fb593 View commit details
    Browse the repository at this point in the history
  4. deleted some comments

    Sreya Gogineni committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0d85a80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from gosreya/localb

    deleted some comments
    gosreya committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    f54f1d9 View commit details
    Browse the repository at this point in the history
  6. Delete file parser

    gosreya committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    252e68f View commit details
    Browse the repository at this point in the history
  7. Delete file parser test

    gosreya committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a451e97 View commit details
    Browse the repository at this point in the history
  8. Revert "Localb"

    gosreya committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c354e39 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from gosreya/revert-1-localb

    Revert "Localb"
    gosreya committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ab583b3 View commit details
    Browse the repository at this point in the history
  10. adding all files again

    Sreya Gogineni committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6c6d96d View commit details
    Browse the repository at this point in the history
  11. adding file parser and test

    Sreya Gogineni committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e2babbe View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Updated empty string check

    Co-authored-by: Greg Landrum <greg.landrum@gmail.com>
    gosreya and greglandrum committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c8a6611 View commit details
    Browse the repository at this point in the history
  2. Updated atom initialization

    Co-authored-by: Greg Landrum <greg.landrum@gmail.com>
    gosreya and greglandrum committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6a2a96f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Allow zero-atom molecule object

    Co-authored-by: Greg Landrum <greg.landrum@gmail.com>
    gosreya and greglandrum committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    4908a48 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. file parser improvements and added 0-atom mol test

    Sreya Gogineni committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a561947 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. added xyz block parser and other fixes

    Sreya Gogineni committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    099b12f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Merge pull request #5 from gosreya/twig

    Added file parser and accompanied tests
    gosreya committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    75d5ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c0dc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. atomic connectivity updates including EHT methhod addition

    Sreya Gogineni committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d7e0073 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. incorporated more suggestions

    Sreya Gogineni committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a3a326d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge pull request #6 from gosreya/twig

    Added the DetermineBonds library with atomic connectivity determination
    gosreya committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d07b60f View commit details
    Browse the repository at this point in the history
  2. adding buggy version of determine bond ordering

    Sreya Gogineni committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    fcc8eb6 View commit details
    Browse the repository at this point in the history
  3. added documentation for determineBonds() use

    Sreya Gogineni committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c21f754 View commit details
    Browse the repository at this point in the history
  4. fixed unfavorable oxygen bond ordering

    Sreya Gogineni committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    785a2cc View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. suggested updates

    Sreya Gogineni committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    adae45a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. additional error checking and added determine bond ordering radical t…

    …esting
    Sreya Gogineni committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    6917c3b View commit details
    Browse the repository at this point in the history
  2. divided test files into categories

    Sreya Gogineni committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    6ae8325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa9047 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Merge pull request #8 from gosreya/twig

    Added determineBondOrdering() function
    gosreya committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1efdc04 View commit details
    Browse the repository at this point in the history
  2. edited determineBonds.h documentation, added readme

    Sreya Gogineni committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    4bab988 View commit details
    Browse the repository at this point in the history
  3. small grammar fixes

    Sreya Gogineni committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    baa39e3 View commit details
    Browse the repository at this point in the history
  4. more tiny fixes

    Sreya Gogineni committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d0bf5c2 View commit details
    Browse the repository at this point in the history
  5. one less letter

    Sreya Gogineni committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    6d913c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from gosreya/twig

    Added README.md and minor documentation changes
    gosreya committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    96ba302 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f02838c View commit details
    Browse the repository at this point in the history
  8. another typo fix

    Sreya Gogineni committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    067e678 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10 from gosreya/twig

    typo fix
    gosreya committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d9e3088 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    c305f12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96d70a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb4e7f View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    Co-authored-by: Sreya Gogineni <74024376+gosreya@users.noreply.github.com>
    greglandrum and gosreya committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    35769e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from greglandrum/gsoc2022

    make the new code optional
    gosreya committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6c037d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. array to vector

    Sreya Gogineni committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a89e953 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from gosreya/post

    array to vector
    gosreya committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8d72d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    5976e20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from greglandrum/gsoc2022

    get windows DLL builds working
    gosreya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d564caa View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    b33004b View commit details
    Browse the repository at this point in the history
  2. run clang-format

    greglandrum committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    448b45d View commit details
    Browse the repository at this point in the history
  3. add python wrappers

    rename determineBondOrder->determineBondOrders
    greglandrum committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    943d16f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a205d39 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Merge pull request #14 from greglandrum/gsoc2022

    initial version of the python wrappers
    gosreya committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    d617b5e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    a432e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ca96a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from greglandrum/gsoc2022

    code review changes
    gosreya committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a8ab3a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9514fd6 View commit details
    Browse the repository at this point in the history