"olla/vscode:/vscode.git/clone" did not exist on "bf2a390b54a01dc7f446d5f8306028624f197958"
  1. 02 Jul, 2025 1 commit
  2. 05 Jun, 2025 1 commit
  3. 02 May, 2025 1 commit
  4. 22 Apr, 2025 1 commit
  5. 17 Apr, 2025 1 commit
  6. 16 Apr, 2025 1 commit
  7. 02 Apr, 2025 1 commit
    • Stefan Doerr's avatar
      Fixing XTC/DCD time and step writing (#4879) · 2ff294c6
      Stefan Doerr authored
      * add tests for correctness of step and time written in XTC and DCD
      
      * improve tests
      
      * improve xtc tests
      
      * fix XTC/DCD time/step writing
      
      * different approach by changing the reporters to not pass currentStep as firstStep but instead interval
      
      * undo change
      2ff294c6
  8. 14 Mar, 2025 1 commit
  9. 10 Mar, 2025 1 commit
  10. 06 Mar, 2025 2 commits
  11. 13 Feb, 2025 1 commit
  12. 11 Feb, 2025 1 commit
  13. 18 Jan, 2025 1 commit
  14. 14 Jan, 2025 1 commit
  15. 03 Dec, 2024 1 commit
  16. 20 Nov, 2024 1 commit
    • Michael J. Schnieders's avatar
      Updates to AmoebaVdwForce, AmoebaGeneralizedKirkwoodForce and AmoebaWcaDispersionForce (#4647) · 61a908cd
      Michael J. Schnieders authored
      * Update the AMOEBA OpenMM API for vdW, GK and WCA
      
      * Changes needed for the Corrigan et al Generalized Kirkwood model and minor changes to the vdW force to support CpHMD
      
      * Add casts to real for uses of POW in GK; Pass force by reference within the WCA kernel
      
      * Update swigInputConfig for Amoeba vdW and GK forces
      
      * Update TestAPIUnits.testAmoebaVdwForce
      
      * Set the units for getSolventDielectric and getSoluteDielectric to None
      
      * Update default dispersion offset parameter for the AmoebaWcaDispersionForce
      
      * Remove overloaded getParticleParameters and setParticleParameters from AmoebaGeneralizedKirkwoodForce
      
      * Update the AmoebaWcaDispersionForce TestAPIUnits tests to reflect using the correct units for the C++ parameter default values; Update the alanine-dipeptide-amoeba-forces to reflect the updated GK model
      
      * Move neck descreening constants into AmoebaGeneralizedKirkwoodForceImpl; set the default GK dielecticOffset to 0.09; set the default WCA shctd parameter to 0.82
      
      * Fix Python test cases for WCA and GK
      
      * Load AMOEBA/GK parameters into an array of float4
      
      * Cleaned up the AmoebaGeneralizedKirkwoodForce based on feedback from Peter; the one case where backwards compatibility remains a challenge is application of the dielectric offset parameter - in the prior code this was only applied to the nonpolar cavity term, but not to calculation of Born radii; in this revision the dielectric offset is applied to BOTH the nonpolar cavity term and to calculation of Born radii. At this point I can't think of elegant way to maintain backwards compatibility that isn't confusing, nor does it make sense (at least to me) to only apply the concept of the dieletric offset to one aspect (i.e. only to nonpolar cavity or only to Born radii calculation) but not to both.
      
      * Remove 'using std::vector' from AmoebaGeneralizedKirkwoodForceImpl.h; divide by 10 instead of multiplying by 0.1f in amoebaGk.cc
      
      * Added a parameter called descreenOffset, which is applied during calculation of effective Born radii for GK. The parameter dielectricOffset is only used for the nonpolar cavity term consistent with its prior use. All tests in TestAmoebaGeneralizedKirkwoodForce.h are now backwards compatible with their behavior prior to this PR.
      
      * Change two constants in amoebaGk.cc to single precision; Improved the documentation for getNeckConstants in AmoebaGeneralizedKirkwoodForceImpl.h
      
      * Fix comment for setTanhRescaling in AmoebaGeneralizedKirkwoodForce.h, Fix comment for setTanhParameters in AmoebaReferenceGeneralizedKirkwoodForce.h; set the type of parameter GeneralizedKirkwoodTanhRescaling to bool in AmoebaGeneralizedKirkwoodForceProxy.cpp; In ReferenceCalcAmoebaGeneralizedKirkwoodForceKernel return references of per particle parameters instead of copies; update AmoebaReferenceKernels.h method signatures for per particle parameters to return const vector references
      
      * Minor tweaks to the documentation for the tanh rescaling flag
      
      * Improve the comments for the get and setTanhParameters in AmoebaGeneralizedKirkwoodForce.h and AmoebaReferenceGeneralizedKirkwoodForce.h
      61a908cd
  17. 02 Oct, 2024 1 commit
    • Marc Schuh's avatar
      Increase describeNextReport readability and allow requesting more values (#4671) · 693756ba
      Marc Schuh authored
      * added type checking for Simulation.step()
      
      * changed how to check if step is an integer number
      
      * allow for dicts to be returned from Reporter.describeNextReport
      remove deprecated getState parameters ( #4437 )
      
      * convert old format into new format
      
      * update docstring
      
      * nested set comprehension to set.union
      
      * Allow 'periodic':None
      update describeNextReport in all occurrences in the code
      
      * debug
      
      * update documentation
      
      * add a reporter for energyParameterDerivative
      
      * Revert "add a reporter for energyParameterDerivative"
      
      This reverts commit 1d44dc3f60153defb6252ab56a3b85350fa24826.
      
      * Edit documentation
      693756ba
  18. 02 Sep, 2024 1 commit
  19. 25 Jul, 2024 1 commit
  20. 09 Jul, 2024 1 commit
  21. 13 May, 2024 1 commit
  22. 29 Apr, 2024 1 commit
  23. 13 Feb, 2024 1 commit
  24. 15 Dec, 2023 1 commit
  25. 28 Nov, 2023 1 commit
    • Nicola De Mitri 2's avatar
      Preserve bond type and order in all `Modeller` operations (#4323) · 127a3733
      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.
      127a3733
  26. 16 Nov, 2023 1 commit
  27. 28 Sep, 2023 1 commit
  28. 19 Sep, 2023 1 commit
  29. 07 Sep, 2023 1 commit
  30. 16 Aug, 2023 1 commit
  31. 08 Aug, 2023 1 commit
  32. 03 Aug, 2023 1 commit
  33. 02 Aug, 2023 2 commits
    • Emilio Gallicchio's avatar
      Draft integration of the Alchemical Transfer Method (ATM) plugin (#4110) · d8c67699
      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: default avatarPeter Eastman <peastman@stanford.edu>
      Co-authored-by: default avatarMichael Plainer <plainer@ymail.com>
      d8c67699
    • Peter Eastman's avatar
  34. 05 Jun, 2023 1 commit
  35. 22 Apr, 2023 1 commit
    • Raul's avatar
      Adding an XTC reporter (#4001) · eda091f2
      Raul authored
      * Preliminary work on XTC reporter
      1. Move and adapt xtc writer/reader from moleculekit (explicit permission
      granted by the authors to do so)
      2. Create XTCTrajectoryFile
      3. Create XTCReporter
      
      * Add licence and attribution to c++ xtc library
      Apply clang-format to it
      Remove some unused functions and document the rest
      
      * Add attribution and licence to cython wrappers for the xtc library
      Remove some unused functions
      
      * Change XTCTrajectoryFile to XTCFile
      Simplify the interface and document the class
      
      * Add test for the xtc file parser
      
      * Update XTC reporter with new parser name
      
      * Fix incorrect function name in XTCReporter
      
      * XTCFile:
      	* Add function to get number of frames
      	* Add function to read a group of frames from a file
      	* Add tests for the above
      
      * Ensure data is passed as float32 in XTC file
      
      * Add XTCReporter and tests
      
      * Add more tests to XTCReporter
      
      * Remove unnecessary pdb reporter in XTC tests
      
      * Copy test xtc file in python/tests/systems to build directory for testing
      
      * Remove XTC file reading from the interface
      Make XTCFile mimic DCDFile more closely
      
      * Use xtc_read to test the correctness of the XTC reporter
      
      * Add a test for reporting triclinic boxes
      
      * Make XTC library compatible with triclinic boxes.
      Adapt XTCFile to triclinic boxes
      
      * Change XTCFile to take a file as argument instead of a filename
      
      * Match DCDFile handling of the box
      
      * Fix comment
      
      * Revert "Change XTCFile to take a file as argument instead of a filename"
      
      This reverts commit 9815d4790b3886cc8a741586792268e80a227ba0.
      
      * Fix dangling file name issue
      
      * Remove index file functionality from XTC parser.
      Remove unused define switch PLATFORM_Linux
      
      * Fix formatting
      
      * Remove inconsistent variable naming in xtcfile.py
      
      * Change file argument name to match other reporters
      
      * Do not turn off error checking in cython wrappers
      
      * Fix leftover fileName in reporter
      
      * Rewrite wrapper to xtclib in C++
      
      * Small changes to wrapper code
      
      * Small changes to wrapper code
      
      * Small changes to wrapper code
      
      * XTCFile: Get number of atoms directly from topology
      
      * DCDFile: Get number of atoms directly from topology
      
      * Change constexpr to const
      
      * Check precision in XTC file matches the written one
      
      * Add a write function to XTCFrame.
      Make write check for errors C++ side.
      
      * Rewrite large trajectory files without loading the whole file to memory
      
      * Remove unused code in XTC test
      
      * Avoid spurious copy of the positions array when calling xtc_write_frame
      
      * Pass box as reference
      
      * Remove unnecessary imports and definitions
      
      * Fix formatting
      
      * Use std::string instead of char*
      
      * Use .c_str()  instead of .data()
      
      * Fix crash in Mac by correctly checking precision
      
      * Use TemporaryDirectory for tests instead of NamedTemporaryFile (Fixes windows ci)
      
      * Remove unnecessary file creation
      
      * Propagate exceptions via cython
      
      * Switch to TemporaryDirectory in xtcfile.py
      
      * Remove unnecessary include
      
      * Update some comments and document functions
      
      * Add XTC reporter to the docs
      eda091f2
  36. 28 Feb, 2023 1 commit
    • Stephen Farr's avatar
      Add support for writing atom subsets to PDBReporter (#3931) · 81271f93
      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
      81271f93
  37. 29 Nov, 2022 1 commit
  38. 08 Nov, 2022 1 commit
    • John Chodera's avatar
      Fix #3790: Collision rate for MTS BAOAB Langevin integrator now correctly... · 28394f50
      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: default avatarPeter Eastman <peter.eastman@gmail.com>
      28394f50