Add support for AmberTools sqm/out and BondOrderSystem#157
Merged
Conversation
Ericwang6
commented
May 18, 2021
Member
- Add support for AmberTools sqm output file (a quantum-chemistry software in AmberTools, mainly for AM1-BCC charge calculation)
- Add BondOrderSystem class, support to read from .mol/.sdf file or rdkit.Chem.Mol object.
njzjz
reviewed
May 19, 2021
| activate-environment: "" | ||
| # install rdkit and openbabel | ||
| - name: Install rdkit | ||
| run: conda create -c conda-forge -n my-rdkit-env python=${{ matrix.python-version }} rdkit openbabel; |
Member
There was a problem hiding this comment.
You may consider to install https://pypi.org/project/rdkit-pypi/, it should be faster than conda install. Although it is not an official package, we just use it to test the package.
See rdkit/rdkit#1812.
Member
Author
There was a problem hiding this comment.
I'll see this. But we still have dependency on obabel, which needs conda to install.
Codecov Report
@@ Coverage Diff @@
## devel #157 +/- ##
==========================================
- Coverage 84.56% 79.30% -5.27%
==========================================
Files 29 33 +4
Lines 3485 4184 +699
==========================================
+ Hits 2947 3318 +371
- Misses 538 866 +328
Continue to review full report at Codecov.
|
njzjz
reviewed
May 19, 2021
Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
amcadmus
approved these changes
May 19, 2021
njzjz
approved these changes
May 20, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.