openff-evaluator
openff-evaluator copied to clipboard
A physical property evaluation toolkit from the Open Forcefield Consortium.
## Description This change fixes an error where, for certain host PDBs, pAPRika can lose CONECT bond information during the `release_apply_parameters` windows of APR calculations. The error is given here...
**Describe the bug** I'm trying to use evaluator to filter papers with Osmotic Coefficient values from ThermoML. I've succesfully created the property type, filtered out dois with osmotic coefficients, converted...
Just to note this is masking a larger issue whereby the way ThermoML serves files has now changed and probably needs seem deeper inspection / fixes. _Originally posted by @SimonBoothroyd...
## Description Provide a brief description of the PR's purpose here. ## Todos Notable points that this PR has either accomplished or will accomplish. - [ ] Update for `smirnoff_plugins`...
## Description In #496, I removed the FreeSolv curation module, I think a mistake. There's no replacement for Yank, but that doesn't necessarily mean the data provider should be removed....
@SimonBoothroyd : We're approaching a new release of OpenMM that would allow us to use the new [`openforcefields.generators.SystemGenerator`](https://github.com/openmm/openmmforcefields#automating-force-field-management-with-systemgenerator) to generate parameterized systems that include small molecules using a common interface...
I think that virtual sites are currently missing from property gradient calculations but should be included if present. Currently, evaluator tries to make a system with a reduced number of...
Hi! I have an issue while running tutorial04. While trying "forcebalance.evaluator_io import Evaluator_SMIRNOFF" I get "No module named 'forcebalance'" error.
**Describe the bug** The installation of openff-evaluator in conda is failing to solve environment. The process is killed and installation does not go through. **To Reproduce** In a new/blank conda...
unit
I'm trying to repeat tutorial02, but I'm facing an issue when trying to obtain the estimated properties. The error message "AttributeError: 'float' object has no attribute 'unit'" is came up....