-
Notifications
You must be signed in to change notification settings - Fork 160
Bug fix of bond_order_system dump to sdf file #188
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
782ae65
add BondOrderSystem
Ericwang6 054e293
add BondOrderSystem
Ericwang6 9656645
add BondOrderSystem
Ericwang6 db3f9b9
add BondOrderSystem
Ericwang6 571fa82
add BondOrderSystem
Ericwang6 39051fa
Update BondOrderSystem
Ericwang6 26b6085
solve oveall dependency on rdkit
Ericwang6 19d7617
Merge pull request #1 from deepmodeling/devel
Ericwang6 e982059
Add dpdata/rdkit package
Ericwang6 baee725
Add information on functions
Ericwang6 f981fe7
Spelling correction
Ericwang6 1a23e7a
Merge branch 'deepmodeling:devel' into devel
Ericwang6 4a5f2ab
Merge branch 'deepmodeling:devel' into devel
Ericwang6 cb07074
Add bond order assignment
Ericwang6 95883e7
Add test cases for bond order assignment
Ericwang6 8e7f0bc
Add support for AmberTools sqm/out
Ericwang6 3a840a2
Add bond order assignment
Ericwang6 77fa374
Add support for AmberTools sqm/out
Ericwang6 9b56cdd
Creat __init__.py
Ericwang6 9c3d24d
Add rdkit & openbabel environment
Ericwang6 e6296d0
Update README.md
Ericwang6 eb18eaf
Update test.yml
Ericwang6 3876eb3
Remove non user-friendly warnings
Ericwang6 2053d11
Update dpdata/rdkit/sanitize.py
Ericwang6 64d7e47
Use obabel python interface
Ericwang6 3514f7d
Merge branch 'devel' of https://github.com/deepmodeling/dpdata into d…
Ericwang6 59daa0d
Merge branch 'deepmodeling-devel' into devel
Ericwang6 74788f8
Merge branch 'deepmodeling:devel' into devel
Ericwang6 c6a92fe
Update README.md
Ericwang6 8d8b1dc
Merge branch 'deepmodeling:devel' into devel
Ericwang6 53198b6
Remove dependency on data for MolFormat & SdfFormat
Ericwang6 d9eae31
Support dump multiple conformers for sdf file
Ericwang6 4a808b0
Fix bug of SetFormalCharge type error
Ericwang6 d6b2d8a
Add ut for to_sdf_file
Ericwang6 c0454c5
Bug fix of dump to deepmd/raw file
Ericwang6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A similar method
test_dump_to_mol_filecan be also added here