1. 11 Dec, 2025 1 commit
    • Evan Pretti's avatar
      Add LCPO method (#5130) · adfd84c2
      Evan Pretti authored
      * Basic LCPO support
      
      * Add basic test for LCPO from a prmtop file
      
      * API for LCPOForce
      
      * Started LCPO reference implementation
      
      * Finished reference forces & test cases
      
      * Use other test for finite difference since grid might have discontinuous forces
      
      * Reference platform formatting
      
      * Initial implementation of CPU platform
      
      * Bugfixes
      
      * More vectorization and improve neighbor list query speed
      
      * Parallelize part of neighbor search
      
      * Check box size for LCPO with periodic boundary conditions
      
      * Fixes for updating parameters in context
      
      * GBSAOBCForce doesn't use first & last indices for updates, so no need for this optimization here
      
      * Changes to neighbor checking and optimization
      
      * Fixes and minor changes
      
      * Add global surface tension parameter
      
      * Only process half of the pairs in the neighbor list
      
      * Remove unnecessary checks
      
      * Initial version of common platform implementation
      
      * Asynchronously download neighbor list size
      
      * Debugging
      
      * Do pair precomputation in copyPairsToNeighborList
      
      * Recompute interactions instead of scanning neighbor list in inner loop
      
      * Condense position array before computations
      
      * Also make neighbor count download asynchronous on device
      
      * Fixes for kernel launching
      
      * Topology-based LCPO parameter assignment
      
      * Fixes, and use test system for LCPO with nucleic acids
      
      * Always raise instead of warn when LCPO parameters can't be assigned
      
      * Use Amber convention for phosphates
      adfd84c2
  2. 13 Aug, 2025 1 commit
  3. 06 Mar, 2025 2 commits
  4. 13 Feb, 2024 1 commit
  5. 11 Nov, 2021 1 commit
  6. 17 Mar, 2021 1 commit
  7. 01 Feb, 2021 1 commit
  8. 05 Jan, 2021 1 commit
  9. 20 Dec, 2020 1 commit
  10. 19 Apr, 2020 1 commit
  11. 18 Apr, 2020 1 commit
  12. 31 Mar, 2020 1 commit
  13. 17 Mar, 2020 2 commits
  14. 16 Mar, 2020 1 commit
  15. 06 Feb, 2020 1 commit
  16. 10 Dec, 2019 1 commit
  17. 05 Sep, 2019 2 commits
  18. 06 Aug, 2019 1 commit
  19. 05 Aug, 2019 1 commit
  20. 03 Aug, 2019 1 commit
  21. 02 Aug, 2019 1 commit
  22. 01 Aug, 2019 1 commit
  23. 16 Jun, 2019 1 commit
  24. 15 Jun, 2019 1 commit
  25. 14 Jun, 2019 1 commit
  26. 01 Aug, 2018 1 commit
  27. 05 May, 2017 1 commit
  28. 25 Apr, 2017 1 commit
  29. 05 Jul, 2016 1 commit
  30. 09 Oct, 2015 1 commit
  31. 07 Oct, 2015 1 commit
  32. 27 Aug, 2015 1 commit
  33. 22 Apr, 2015 1 commit
  34. 10 Apr, 2015 1 commit
    • Jason Swails's avatar
      Improve CHARMM parsing when resnums have inscodes · 7b30da6e
      Jason Swails authored
      Apparently CHARMM PSF files (particularly those printed by VMD's psfgen) can
      have an insertion code tacked on to the end of the residue number, meaning that
      casting to an integer will invariably fail.  We can't just ignore the insertion
      code, though, since it will differentiate from the residues that came before and
      after (which will likely have the same number -- same general idea as insertion
      codes from PDB files). So instead we pull the insertion code off of the residue
      number and extend the Residue object to accommodate that.
      
      This is the port of the fix from ParmEd: ParmEd/ParmEd#98
      
      I added a test for this case.
      7b30da6e
  35. 23 Oct, 2014 1 commit
  36. 21 Jul, 2014 1 commit
  37. 15 Apr, 2014 1 commit