1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move the jopenmm directory to openmm More... about 1 year ago
Merge branch 'master' of github.com:SchniedersLab/forcefieldx More... about 1 year ago
Fix the OpenMMState constructor to use super class methods; fix the toVec3Array method to init the array to size 0 More... about 1 year ago
Update maven-jdk21.yml More... about 1 year ago
Updates to the OpenMM website material. More... about 1 year ago
Refactor OpenMM Java classes into the OpenMM module More... about 1 year ago
Add further methods to the OpenMM classes More... about 1 year ago
Do not free the Vec3Array instances returned by an OpenMM State instance
Michael J. Schnieders
as Michael Schnieders
More... about 1 year ago
Furthr refactoring of the OpenMM code into classes More... about 1 year ago
Remove an unnecessary quote from the Bond energy string More... about 1 year ago
Add forces to the OpenMMSystem in a separate method once the constructor returns More... about 1 year ago
Replace calls to openMMEnergy.getSystem with openMMEnergy.getMolecularAssembly during creation of forces More... about 1 year ago
Refactored OpenMM forces out of the System class and into their own classes More... about 1 year ago
Fix the assignment order in the OpenMMContext constructor More... about 1 year ago
Refactoring of ForceFieldEnergyOpenMM into the ffx.potential.openmm package, which consists of five classes: OpenMMContext, OpenMMIntegrator, OpenMMState, OpenMMSystem and OpenMMEnergy; the latter class continues to extend ForceFieldEnergy More... about 1 year ago
Add support for setting the force constant and flat bottom distance to the WriteRestraints script More... about 1 year ago
Handle the case of no harmonic position resrtraints for OpenMM More... about 1 year ago
Update to Groovy 5.0.0-alpha-3 More... about 1 year ago
Created the RestrainPosition energy term More... about 1 year ago
Refactor KeywordProcessor.java to PropertyProcessor.java More... about 1 year ago
Update FFXKeyword defintions to use triple quotes More... about 1 year ago
Updates to simplify MonteCarloOST. More... about 1 year ago
Updates to the OrthogonalSpaceTempering code including the use of JAXB to save out the Histogram and Lambda restart information as XML files. More... about 1 year ago
Updates to the OrthogonalSpaceTempering code including the use of JAXB to save out the Histogram and Lambda restart information as XML files. More... about 1 year ago
Updates to the OrthogonalSpaceTempering code including the use of JAXB to save out the Histogram and Lambda restart information as XML files. More... about 1 year ago
Update the PicoCLI options to all have default values explicitly set. This allows us to instantiate the Options classes configured with the same default values set up by the PicoCLI annotation mechanism. More... about 1 year ago
Updated the Histogram file format to optionally include the metadynamics flag. More... about 1 year ago
Add Crystal Polymorph Search in the NPT Ensemble via a Deposition/Sublimation Alchemical Path preprint to our Publications page More... about 1 year ago
Added a simple DownloadUtils class to help download PDB files More... about 1 year ago
Fix the total dU/dL partial derivative for 1D metadynamics; created a unit test to check the 1D metadynamics partial derivative More... about 1 year ago