-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add export to RDKIT to allow for chemdraw style visualization. (#1137)
* fixed freud bond issue * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update mbuild/compound.py * added to_rdkit function with bond order * updated bond functions to optionally accept/return bond order * added tests for bond order and converting to rdkit * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed typo in test * fixed typo in test that was missed in last fix * Check value of bond_order and throw error if invalid, fix typos and string formatting * move rdkit conv code to conversion * replace self with compound * update keys of bond order dict * fix dictionary names and keys * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add new unit tests, check for type in add_bond * expand doc strings * add link to rdkit getting started page * add unit test for error in rdkit --------- Co-authored-by: Christopher Iacovella <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Co Quach <[email protected]> Co-authored-by: chrisjonesbsu <[email protected]>
- Loading branch information
1 parent
7142f41
commit c426c3a
Showing
3 changed files
with
220 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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 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 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