- 28 Jun, 2022 1 commit
-
-
Alex Izvorski authored
* Add benchmarks from Amber20 benchmark suite to standard benchmark script * Add ensemble option; don't change hydrogen mass in amber input files * Download and extract .tar.gz using pure python code, no wget/tar dependencies * Rename amber tests * add opc and opc3 models * update to match https://bioinformatics.cs.vt.edu/~izadi/OPC_Gromacs/opc.top * opc box, converted from ambertools-22.0-py38h6177452_1/dat/leap/lib/opcbox.off * change values to make serialized system match one created from prmtop as close as possible * unit test for opc water * opc - final values, match frcmod.opc; derivation in comments * opc3 water - final values, shows derivation * opc3box made from ambertools 22 dat/leap/lib/opc3box.off * add opc3 water test * add opc and opc3 to docs * move tests to TestForceField.py * move opc tests out of amoeba tests, oops * move opcbox and opc3box pdb files Co-authored-by:
Alex Izvorski <alex@genesistherapeutics.ai>
-
- 24 Jun, 2022 1 commit
-
-
Peter Eastman authored
-
- 10 Jun, 2022 1 commit
-
-
Peter Eastman authored
-
- 09 Jun, 2022 1 commit
-
-
CoryKornowicz authored
* ZeroDivisionError Fix to Metadynamics Bias * Corrected Error Message
-
- 08 Jun, 2022 1 commit
-
-
Peter Eastman authored
* Avoid adding duplicate exclusions to CustomNonbondedForce * Fixed error in adding explicit constraints
-
- 03 Jun, 2022 1 commit
-
-
Peter Eastman authored
-
- 02 Jun, 2022 1 commit
-
-
Peter Eastman authored
-
- 31 May, 2022 1 commit
-
-
Stefan Hervø-Hansen authored
* Added temperature adjustment to MC barostat for simulated tempering fixes #3612 * Added test for simulated tempering with MC barostat. * Fixed typo in TestSimulatedTempering.py * Updated NPT test for SimulatedTempering * Updated variable naming * Reverted back to harmonic oscillator test
-
- 18 May, 2022 1 commit
-
-
Peter Eastman authored
-
- 11 May, 2022 1 commit
-
-
Peter Eastman authored
* Added FAQ links to error messages * Added missing Windows export
-
- 03 May, 2022 1 commit
-
-
Peter Eastman authored
-
- 23 Apr, 2022 1 commit
-
-
Peter Eastman authored
-
- 11 Apr, 2022 1 commit
-
-
Peter Eastman authored
-
- 08 Apr, 2022 1 commit
-
-
John Chodera authored
* Fix #3557 : Generate more informative error message if residue template not found. * Fix test failures
-
- 30 Mar, 2022 1 commit
-
-
Peter Eastman authored
-
- 22 Mar, 2022 1 commit
-
-
Peter Eastman authored
-
- 18 Mar, 2022 1 commit
-
-
Peter Eastman authored
-
- 15 Mar, 2022 1 commit
-
-
Andreas Krämer authored
* computeDrudeTemperature * cleanup * revert drude temperature computation in DrudeNoseHoover
-
- 14 Mar, 2022 1 commit
-
-
Peter Eastman authored
* Do not add constraints involving extra particles * Added test case
-
- 11 Mar, 2022 1 commit
-
-
Peter Eastman authored
* Max Drude distance defaults to 0.2 nm * Fixed incorrect number in docs * Fixed a test case
-
- 08 Mar, 2022 1 commit
-
-
Joe Greener authored
* Access atom element field * Update GB-Neck2 force regression test
-
- 04 Mar, 2022 1 commit
-
-
Peter Eastman authored
* Use importlib_metadata instead of pkg_resources * Use built in importlib when available * Revert change that didn't work
-
- 03 Mar, 2022 1 commit
-
-
Peter Eastman authored
* Ensure bond lengths are set before creating forces that depend on them * Minor formatting
-
- 01 Mar, 2022 2 commits
-
-
Matt Thompson authored
* Only call set switching function/distance on nonbonded force(s) * Also catch CustomNonbondedForce * Fix logic around setEwaldErrorTolerance
-
Peter Eastman authored
* DrudeLangevinIntegrator has getSystemTemperature() * DrudeNoseHooverIntegrator has getSystemTemperature() * StateDataReporter reports system temperature for Drude systems * Fixed incorrect return type
-
- 27 Feb, 2022 1 commit
-
-
Peter Eastman authored
-
- 22 Feb, 2022 1 commit
-
-
Peter Eastman authored
-
- 19 Feb, 2022 1 commit
-
-
Peter Eastman authored
* Add library path with os.add_dll_directory() * Update path for Visual Studio
-
- 18 Feb, 2022 1 commit
-
-
Hrishikesh Dhondge authored
* Improved handling of CRYST1 records #3446 * Apply suggestions from code review Co-authored-by:
Jason Swails <jason@entos.ai> Co-authored-by:
Jason Swails <jason@entos.ai>
-
- 15 Feb, 2022 1 commit
-
-
Raimondas Galvelis authored
-
- 07 Feb, 2022 1 commit
-
-
Sander Roet authored
-
- 03 Feb, 2022 1 commit
-
-
Peter Eastman authored
-
- 02 Feb, 2022 1 commit
-
-
Peter Eastman authored
-
- 01 Feb, 2022 1 commit
-
-
Peter Eastman authored
-
- 27 Jan, 2022 2 commits
-
-
Peter Eastman authored
* Reference implementation of computed values for CustomNonbondedForce * CPU implementation of computed values for CustomNonbondedForce * Common implementation of computed values for CustomNonbondedForce * Serialization of computed values * ForceField supports computed values
-
Alberto Boldrini authored
Without this restriction, the compilation fails if the project folder has parent folders called "tests", "internal" or other words in these generic patterns.
-
- 25 Jan, 2022 1 commit
-
-
Raimondas Galvelis authored
-
- 22 Jan, 2022 1 commit
-
-
Peter Eastman authored
* Support prmtop files created by chamber * Support CHARMM CMAP flags * Changed handling of SCEE and SCNB scale factors
-
- 21 Jan, 2022 1 commit
-
-
Gareth-elliott authored
-
- 27 Dec, 2021 1 commit
-
-
Yi-Shu Tu authored
* Add Fortran type translation for `long long` * Replaced tabs with spaces Co-authored-by:Peter Eastman <peter.eastman@gmail.com>
-