-
Notifications
You must be signed in to change notification settings - Fork 52
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
Implement i-EIP method #299
Conversation
Codecov Report
@@ Coverage Diff @@
## v1.4.1 #299 +/- ##
==========================================
+ Coverage 97.33% 97.36% +0.03%
==========================================
Files 203 206 +3
Lines 22445 22957 +512
==========================================
+ Hits 21846 22352 +506
- Misses 599 605 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Awesome. Left some small comments
@t-young31 Happy for you to check this again, or merge if everything is fine |
* initial commit ieip * small bugfix * use NEB, use proper float rounding * add tests for spline * add tests for ieip microiters * add tests, fix spline bug * faster diels alder test * coverage update * allow finer integration quadrature * fix possible infinite loop and update changelog * add test for energy prediction * pr suggestions * fix ivp bug * logging fix * update docs
Checklist