-
Notifications
You must be signed in to change notification settings - Fork 1
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
Releasing v1.0 #95
Draft
xiaoruiDong
wants to merge
391
commits into
main
Choose a base branch
from
v1.0/dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Releasing v1.0 #95
Conversation
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
Also change the implementation from accepting a list of tuples to a list of dict, to provide more direct information.
As they are now migrated to rdtools.compare
rxn_compare is temporary. To be moved to rdtools once reaction is added to rdtools.
This tiny file is replaced by the work in another repo named rxntp
Only keep the one that is useful and move it to test_atommap
as it is included in rdtools.conversion
1. Make sure keep atom map is valid for smiles with non-continuous atom map numbers 2. Make sure atommap is not removed if calling mol_to_smiles with removeHs=False
AddRedundantBonds to AddBonds
It is the one being carried over in each iteration
…stion Here quotes the suggestion: "%NProcShared= will make Gaussian wait busily for xtb using a full half of the NProcShared cores while xtb is running, but use all the cores for it’s own routines (like Hessian diagonalization). It is best to give only 1 or 2 processes to Gaussian and the rest to xtb using -P as above if Hessians are often computed (with xtb parallelization) or the system is large. Otherwise, allocating some threads to Gaussian can make the code faster."
Embedder now returns a RDKitMol instead of mol_data
Due to an updated strategy for running gaussian xtb job
I guess I need some rest. Xiaorui
Another Huge PR to refactor the conformer_generation module
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #95 +/- ##
===========================================
+ Coverage 48.90% 60.62% +11.72%
===========================================
Files 39 67 +28
Lines 4795 4874 +79
Branches 1252 1199 -53
===========================================
+ Hits 2345 2955 +610
+ Misses 2314 1779 -535
- Partials 136 140 +4 ☔ View full report in Codecov by Sentry. |
Update Notebooks Part 1
Add notebooks to test in CI
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.
Details to be added...