- 18 Apr, 2023 1 commit
-
-
Peter Eastman authored
-
- 07 Apr, 2023 1 commit
-
-
Peter Eastman authored
-
- 29 Mar, 2023 1 commit
-
-
Yaoyi Chen authored
-
- 14 Mar, 2023 1 commit
-
-
Peter Eastman authored
-
- 28 Feb, 2023 1 commit
-
-
Stephen Farr authored
* enable atom subset in PDBReporter * adds optional atomSubset argument to PDBReporter * adds functions in PDBReporter which create a new topology and positions with chosen subset of atoms * PDBReporter write PDB files with the subset topology and positions. * refactor PDBReporter * make _createTopologySubset a method that is called only the first time it is needed * more efficient creation of subset positions * check that atomSubset is ordered * refactoring PDBReporter and add PDBx * move checks on atomSubset to _createSubsetTopology * copy periodic box vectors from topology to subsetTopology * add atomSubset to PDBx reporter * add bond subset to createSubsetTopology * formatting changes to pdbreporter * loop over atoms cleaned up * put file opening inside parameter loop in TestPdbReporter::testinvalidSubsets to try and fix failing tests on windows * add thorough tests to TestPdbReporter * spelling changes * Add tests for atom positions, elements, names etc * attempt at fixing PyPy and Windows failing test cases * fix spellings * close output file before raising exceptions * closes output files before raising exception in pdbreporter createSubsetTopology * changes assertVecAlmostEqual from a method to function to avoid repeating
-
- 17 Feb, 2023 2 commits
-
-
Patrick Kunzmann authored
This PR should fix the docstring rendering of `Quantity`, which currently looks the following way: http://docs.openmm.org/latest/api-python/generated/openmm.unit.quantity.Quantity.html#openmm.unit.quantity.Quantity
-
Patrick Kunzmann authored
* Fix misleading documentation of `Topology.bonds` `Topology.bonds()` states that iterates over a tuple of `Atom` objects. While this is technically correct, as the `Bond` class is a named tuple, this also hides the fact, that `Bond` objects also provide the `order` and `type` attributes. Therefore, I propose to change the sentence, so that it uses the capitalized *Bonds* indicating that they are actually objects. * Update docstring
-
- 31 Jan, 2023 1 commit
-
-
Han Y.B authored
-
- 20 Jan, 2023 1 commit
-
-
Peter Eastman authored
-
- 14 Dec, 2022 1 commit
-
-
Lee-Ping Wang authored
-
- 01 Dec, 2022 1 commit
-
-
Peter Eastman authored
-
- 29 Nov, 2022 1 commit
-
-
Alex Izvorski authored
* copy opc ions and opc*standard.xml from https://github.com/openmm/openmmforcefields/commit/b12c2e871b60275a10b3f8f56dfc2f6d5447591f * auto-merged files * move charges to residue definition * remove unmerged files * add docs * rename U to U4+ * rename Ag+, Tl+, Gd3+ and I- residue names * fix O-H bond length typo * add opc3 constraints test
-
- 08 Nov, 2022 1 commit
-
-
John Chodera authored
Fix #3790: Collision rate for MTS BAOAB Langevin integrator now correctly accounts for number of substeps (#3791) * Fix #3790: Collision rate for MTS BAOAB Langevin integrator now correctly accounts for number of substeps. Fix suggested by Charlie Matthews (@c-matthews) * Fix computation of total number of substeps * Add test for MTS friction * Fix typo * Fix yet another typo * Fix typo and check against analytical result * Fix typo * Fix typos * Fix more typos * Integrate MTSLangevinIntegrator for longer to allow thermalization * Revert number of integrator steps * Update TestIntegrators.py Fixed a failing test case Co-authored-by:Peter Eastman <peter.eastman@gmail.com>
-
- 06 Sep, 2022 1 commit
-
-
Brian Andrews authored
* add swm4-ndp water to addSolvent * add equilibrated box * typo of water radius * fixed addSolvent description * add swm4 to tests
-
- 26 Aug, 2022 1 commit
-
-
kt authored
* update modeller.addSolvent docstring * update docstring for modeller.addSolvent
-
- 22 Jul, 2022 1 commit
-
-
Adel Johar authored
* Support kernel files with extensions of any length (like .hip) * Do not allow to replace symbols in single-line comments * Add OPENMM_BUILD_COMMON CMake option It allows to build and install common platform files even if CUDA or OpenCL platforms are not built. This is required for HIP platform (openmm-hip) if ROCm OpenCL packages are not installed. * Add an option for Python wrapper to install into user packages OPENMM_PYTHON_USER_INSTALL is OFF be default. * Support FFT backends in Amoeba plugin The HIP platform supports FFT backends, this commit moves findLegalFFTDimension to ComputeContext, so platforms can have their own implementations. * Compatibility for common platform w/ new HIP platform * Do not use volatile with private and local AtomData parameters on HIP The generated code is not optimal, for example, the compiler generates flat_load instructions instead of ds_read. * Tune launch bounds for PME grid-related kernels and add WA for RDNA Force the compiler to use all registers for gridSpreadCharge and gridInterpolateForce by limiting max waves per EU to 1 on CDNA GPUs, RDNA GPUs work better without it. * Optimize atom data structs in GBSA and Amoeba on HIP Manually rearrange fields, add paddings and force alignments to have faster accesses to shared memory: ds_read and ds_write may work slower if addresses are not aligned by 16 bytes. Co-authored-by:
Anton Gorenko <anton@streamhpc.com> Co-authored-by:
Nick Curtis <nicholas.curtis@amd.com>
-
- 13 Jul, 2022 1 commit
-
-
Peter Eastman authored
-
- 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
-