-
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
use internal coordinates in linear model (linear_internals.py) #25
Merged
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
* Add a ASE calculator for MBTR * Move back to Py3.9 for dscribe I get an error "from collections import Iterable" stemming from the sparse module used by dscribe * Add force computation * Add ability to compute Hessian from MBTR * Remove unused import * Add an example notebook with MBTR * Adjust the scale to be a unit normal Should reduce the likelihood of numerical issues * Update proof-of-concept with more data, better KRR
* Add utility for making calculator Avoid copying code between notebooks * Separate exact, sampling and approximation * Accept "None" as an option
* Start notebook for displacing along axes * Add code for combining perturbations into single tasks * Add example of using this new data
Awesome! I'm going to merge into the repo then resolve some merge commits to get it on to the main branch |
WardLT
added a commit
that referenced
this pull request
Dec 4, 2023
* Refactor and add linear terms Fixes #2 Fixes #4 * Make the second-order terms 1/2 the first order * Update with the newer model * Update the proof of concept notebooks * use internal coordinates in linear model (linear_internals.py) (#25) * see freqs * Add computing Hessians using MBTR forcefield (#8) * Add a ASE calculator for MBTR * Move back to Py3.9 for dscribe I get an error "from collections import Iterable" stemming from the sparse module used by dscribe * Add force computation * Add ability to compute Hessian from MBTR * Remove unused import * Add an example notebook with MBTR * Adjust the scale to be a unit normal Should reduce the likelihood of numerical issues * Update proof-of-concept with more data, better KRR * Allow use of MOPAC in proof of concept (#13) * Separate notebooks for exact answer, steps in fitting (#14) * Add utility for making calculator Avoid copying code between notebooks * Separate exact, sampling and approximation * Accept "None" as an option * Sample as if computing numerical derivatives (#17) * Start notebook for displacing along axes * Add code for combining perturbations into single tasks * Add example of using this new data * Refactor and add linear terms Fixes #2 Fixes #4 * Make the second-order terms 1/2 the first order * Update with the newer model * Update the proof of concept notebooks * see freqs * internal coordinate model * flake8 cleanup * added pytest for internals * more flake8 cleanup * geometric package to convert to internal coordinates --------- Co-authored-by: snelliott <[email protected]> Co-authored-by: Logan Ward <[email protected]> Co-authored-by: Logan Ward <[email protected]> * Remove only notebook directory We can recreate these in the new directory structure if need be * Move the exact answer to be the first dir Also remove some temporary files * Skip accuracy test for Harmonic on cartesian * Make the test even more lenient It fails randomly * Remove deprecated file --------- Co-authored-by: Sarah Elliott <[email protected]> Co-authored-by: snelliott <[email protected]>
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.
No description provided.