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

conformer search with solvation effect #737

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

conformer search with solvation effect #737

wants to merge 11 commits into from

Conversation

JintaoWu98
Copy link
Member

The new added level of theory and other features allow us to find conformers considering solvation effect.
It includes opening a subprocess to run multi_species opt job with solvent over the conformers from the RDkit conformers (without solvent), followed by designated post processes.

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

Attention: Patch coverage is 14.92537% with 57 lines in your changes are missing coverage. Please review.

Project coverage is 73.68%. Comparing base (be1f6c8) to head (efab850).

Files Patch % Lines
arc/species/conformers.py 13.04% 39 Missing and 1 partial ⚠️
arc/main.py 6.66% 12 Missing and 2 partials ⚠️
arc/scheduler.py 50.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #737      +/-   ##
==========================================
- Coverage   73.82%   73.68%   -0.14%     
==========================================
  Files          99       99              
  Lines       27346    27406      +60     
  Branches     5717     5727      +10     
==========================================
+ Hits        20187    20195       +8     
- Misses       5733     5782      +49     
- Partials     1426     1429       +3     
Flag Coverage Δ
unittests 73.68% <14.92%> (-0.14%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Add log information for conformer with solvation spawned from the subprocess
This allows us to launch more opt jobs with smaller amount of conformers individually and parallelly, to speed up the process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant