- 02 Sep, 2024 1 commit
-
-
Alex Izvorski authored
* fix formal charge reading and writing in pdb files; store formal charge in topology * use formalCharge in public api * permissive reading * fix writing * fix * add test for formal charges --------- Co-authored-by:Alex Izvorski <alex@genesistherapeutics.ai>
-
- 23 Aug, 2024 1 commit
-
-
Peter Eastman authored
* Support numpy 2 * Debugging * Removed debugging code
-
- 06 Aug, 2024 1 commit
-
-
Peter Eastman authored
* Don't require importlib_metadata * Handle older versions of importlib
-
- 25 Jul, 2024 1 commit
-
-
Timothy Palpant authored
* Fix import of netcdf_file for scipy 1.14 * Fix indentation --------- Co-authored-by:Timothy Palpant <tim@atommapper.com>
-
- 09 Jul, 2024 1 commit
-
-
Peter Eastman authored
* addHydrogens() allows specifying exactly what hydrogens to add * Prevent CI from using numpy 2.0
-
- 13 May, 2024 1 commit
-
-
Peter Eastman authored
-
- 03 May, 2024 1 commit
-
-
Matt Thompson authored
* Allow multiple registrations of the same atom type if definitions identical * Different short-circuiting logic
-
- 29 Apr, 2024 2 commits
-
-
Peter Eastman authored
-
FloLangenfeld authored
Co-authored-by:FloLangenfeld <florent.langenfeld@peptinov.fr>
-
- 10 Apr, 2024 1 commit
-
-
Marc Schuh authored
* added type checking for Simulation.step() * changed how to check if step is an integer number
-
- 09 Apr, 2024 1 commit
-
-
Peter Eastman authored
-
- 28 Mar, 2024 1 commit
-
-
Raul authored
* Avoid overflow in large XTC files * Also cast box indices to size_t
-
- 21 Mar, 2024 1 commit
-
-
Peter Eastman authored
* Created DebuggingReporter class * Fixed description
-
- 05 Mar, 2024 1 commit
-
-
Stefan Doerr authored
-
- 13 Feb, 2024 1 commit
-
-
Peter Eastman authored
* Can use getPlatform() instead of getPlatformByName() * More concise arguments for getState()
-
- 24 Jan, 2024 1 commit
-
-
Daniel R. Roe authored
-
- 03 Jan, 2024 1 commit
-
-
Carlos Bueno authored
* Replaces sub tags for python API docs * Changes string to pathlib * Adds support for sup html tags * Corrects function description
-
- 15 Dec, 2023 1 commit
-
-
Peter Eastman authored
* Faster algorithm for DrudeSCFIntegrator * Minor code simplification * Reduced default error tolerance * Fixed errors on NVIDIA
-
- 05 Dec, 2023 1 commit
-
-
Evan Pretti authored
Added CustomCentroidBondForce.addTabulatedFunction to STEAL_OWNERSHIP table in Python wrapper configuration script (#4340) Co-authored-by:Evan Pretti <evan@pretti.net>
-
- 30 Nov, 2023 1 commit
-
-
Peter Eastman authored
* Optimizations to reporters * Removed unneeded imports
-
- 28 Nov, 2023 1 commit
-
-
Nicola De Mitri 2 authored
* Py wrapper: preserve bond data in Modeller operations * regression tests for add(), delete(), deleteWater(), addSolvent() * Tests for addHydrogens and addExtraParticles * Cosmetic * A single regression test spanning a whole workflow * Remove now-redundant tests * Test also deleteWater and addHydrogens. Remove excessive assertions.
-
- 16 Nov, 2023 1 commit
-
-
Peter Eastman authored
-
- 02 Nov, 2023 1 commit
-
-
Peter Eastman authored
-
- 01 Nov, 2023 1 commit
-
-
Peter Eastman authored
-
- 26 Oct, 2023 1 commit
-
-
Peter Eastman authored
-
- 23 Oct, 2023 1 commit
-
-
Peter Eastman authored
-
- 17 Oct, 2023 1 commit
-
-
Zheng GONG authored
-
- 28 Sep, 2023 1 commit
-
-
Peter Eastman authored
* Remove support for Gromacs implicit solvent * Removed tests of implicit solvent
-
- 27 Sep, 2023 1 commit
-
-
Peter Eastman authored
* Replace distutils with setuptools * Replace more uses of distutils
-
- 19 Sep, 2023 1 commit
-
-
Peter Eastman authored
* Implemented MinimizationReporter * PythonAPI for MinimizationReporter * Improved test case * SWIG fix * Reporter returns a bool instead of throwing an exception
-
- 07 Sep, 2023 1 commit
-
-
Peter Eastman authored
-
- 04 Sep, 2023 1 commit
-
-
Peter Eastman authored
-
- 16 Aug, 2023 1 commit
-
-
Peter Eastman authored
-
- 08 Aug, 2023 1 commit
-
-
Peter Eastman authored
* Support GROMOS bond and angle types * Support NBFIX with geometric combining rule * Continuing GROMOS support * Bug fixes * Fixes to test case * Update wrappers/python/openmm/app/gromacstopfile.py Co-authored-by:
Jason Swails <jason@entos.ai> * Improve logic for handling dihedraltypes --------- Co-authored-by:
Jason Swails <jason@entos.ai>
-
- 03 Aug, 2023 1 commit
-
-
Raul authored
-
- 02 Aug, 2023 3 commits
-
-
Emilio Gallicchio authored
* Draft integration of the Alchemical Transfer Method (ATM) plugin * Attempt to store and retrieve forces--does not compile * Implement addForce()/getForce() methods * Throw exception when specifying properties without a Platform (#4130) * Fixed DOF calculation for NoseHooverIntegrator (#4128) * Fix variance in documentation of VerletIntegrator (#4138) * Python API for ATMForce * Fixed compilation error * Minor cleanup of formatting and documentation * Files for ATMForce test cases * More cleanup * Removed variable groups * Test ATMForce with two particles * More tests for ATMForce plus fixes * Added missing header * Rework interface to pass displacements as vector of parameters * Revert "Rework interface to pass displacements as vector of parameters" This reverts commit 5e092031f31ded1137b677588f007add1c2d6f82. * Test with nonbonded force * Allow energy expression to be customized * Optional displacements at the initial state * Fixed compilation error build C wrapper * Address edge case of default energy expression * Consistent naming of the variables of the displacement states * Test of soft core function of the default energy expression * Mark addForce() as taking ownership * initial python test for ATMForce * Test custom expressions * Expanded C++ API documentation for ATMForce * Energy parameter derivatives * Serialization for ATMForce * Documentation, cleanup, and fixes * Fixed typos * getPerturbationEnergy() computes energy * Another test case * Minor edits --------- Co-authored-by:
Peter Eastman <peastman@stanford.edu> Co-authored-by:
Michael Plainer <plainer@ymail.com>
-
Peter Eastman authored
-
Peter Eastman authored
-
- 01 Jul, 2023 1 commit
-
-
Peter Eastman authored
-
- 21 Jun, 2023 1 commit
-
-
Peter Eastman authored
-