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

Thermochemistry calculation exception #166

Merged
merged 3 commits into from
Sep 24, 2022

Conversation

t-young31
Copy link
Member

Closes #165

@codecov
Copy link

codecov bot commented Sep 24, 2022

Codecov Report

Merging #166 (2e895e2) into v1.3.0 (4b400e0) will decrease coverage by 0.19%.
The diff coverage is 96.99%.

@@            Coverage Diff             @@
##           v1.3.0     #166      +/-   ##
==========================================
- Coverage   96.60%   96.41%   -0.20%     
==========================================
  Files         104      110       +6     
  Lines       11293    11684     +391     
==========================================
+ Hits        10910    11265     +355     
- Misses        383      419      +36     
Flag Coverage Δ
unittests 96.41% <96.99%> (-0.20%) ⬇️

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

Impacted Files Coverage Δ
autode/hessians.py 97.51% <75.00%> (-2.06%) ⬇️
autode/methods.py 41.30% <81.81%> (-58.70%) ⬇️
autode/wrappers/G09.py 88.92% <86.90%> (-1.37%) ⬇️
autode/wrappers/methods.py 94.87% <94.87%> (ø)
autode/opt/optimisers/base.py 98.65% <97.36%> (-0.83%) ⬇️
autode/wrappers/NWChem.py 88.66% <97.36%> (-2.24%) ⬇️
autode/calculations/executors.py 97.50% <97.50%> (ø)
autode/wrappers/QChem.py 96.77% <97.91%> (-0.87%) ⬇️
autode/wrappers/MOPAC.py 93.84% <98.24%> (+0.22%) ⬆️
autode/calculations/calculation.py 99.30% <99.30%> (ø)
... and 41 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@t-young31 t-young31 merged commit f0d7f4c into duartegroup:v1.3.0 Sep 24, 2022
@t-young31 t-young31 deleted the calc_thermo_fix branch September 24, 2022 08:54
t-young31 added a commit to t-young31/autodE that referenced this pull request Oct 1, 2022
* Throw useful exception in calc_thermo with non run calc

* Tweak sim axis tolerance for correct methane sn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to run a thermochemical calculation with XTB using autode?
1 participant