forked from proteneer/timemachine
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Openff handlers #1
Open
dominicrufa
wants to merge
42
commits into
master
Choose a base branch
from
openff_handlers
base: master
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.
Open
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
allow multiple protein_ffs (again)
incorporate openff interchange valence handlers
fix try except for off reversible bond handler
add ff to smirnoff_interchange
add precomputed lennard jones handler for openff mol
specify type of lennard jones precomputed handler as off
add `load_precomputed_off_default` to `Forcefield` as class method
allow passing of openff Molecule to rbfe. must yet modify single_topology
add space filling params, smirks, props, counts params for OFF bonded handlers
allow passing openff molecule object to `BaseTopology`; subclassing is hard so used some if else statements :/
pass off Molecule to single topology and parameterizers/handlers
bad `value` import
bad import value in handlers/nonbonded
rearrange `pass_mol_as_rdkit`
import `pass_mol_as_rdkit`
util import of `pass_mol_as_rdkit`
single top import of `pass_mol_as_rdkit`
pass self mol attribute in AtomMixin
use self.mol again for SingleTopology in init method
load off forcefield differently for nonbonded handler
add off Forcefield to bonded handler
forgot self attr in `static_parameterize` in OFF bonded handlers
rework getter for off handler in static_parameterize
fix `generate_off_idxs_params` with potential params
handle good arrays with None
fix returnable outside loop
add none params to precomputed lj handler
add partial/parameterize functionality to off lj handler
…oteneer#1281) * Adds failing test * Fixes TIBDExchange by using the correct weights * Adds check for the likelihood of moving the selected water * Updates the targeted exchange reference data
add parameterization mol for `DualTopology`
allow openff mol to minimizer
add param_mol to `setup_optimized_host`
allow saving of only endstate frames as default.
adding divisor by idivf to torsion and improper torsion because idk why this is a thing.
add test for `BaseTopology` energy validation with both rdkit and openff mol routines
add single topology validation check on hif2a ligands; fails due to inconsistent treatment of dummy atoms/groups...
allow kwargs to `run_sims_hrex`
allow to not save hrex trajs at all because memory and disk space.
changed my mind about nesting hrex saves; don't place them here.
remove kwargs, and save baseline mol (either rdkit or openff mol) in rbfe calc
allow saving or not saving of trajs
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.
integrate openff.Molecule parameterization route for rbfes.