- Mar 07, 2017
-
-
sjplimp authored
update AGNI potential for Al, reference runs and output and citation
-
sjplimp authored
improve consistency of manual
-
sjplimp authored
Fixes for PairAIREBO::bondorderLJ
-
Steve Plimpton authored
-
- Feb 28, 2017
-
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
- Feb 27, 2017
-
-
Axel Kohlmeyer authored
this closes #386
-
- Feb 24, 2017
-
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
- Feb 22, 2017
-
-
Axel Kohlmeyer authored
-
- Feb 21, 2017
-
-
Steve Plimpton authored
-
sjplimp authored
collected small bugfixes and updates
-
sjplimp authored
more neighbor list changes, some new options
-
Steve Plimpton authored
-
sjplimp authored
Kokkos version of class2 bond, angle, dihedral, and improper from Ray Shan
-
sjplimp authored
neighbor_kokkos.cpp: Don't call grow() on neighbor lists that are copies
-
sjplimp authored
updated documentation and examples for coreshell
-
sjplimp authored
Fixed bugs with pppm/gpu when used with compute group/group
-
sjplimp authored
USER-DPD: performance optimizations to ssa_update() in fix_shardlow
-
sjplimp authored
Kokkos library update
-
Steve Plimpton authored
-
- Feb 17, 2017
-
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
- Feb 15, 2017
-
-
Steve Plimpton authored
-
Stan Moore authored
-
Stan Moore authored
-
Stan Moore authored
-
Stan Moore authored
-
Tim Mattox authored
This corresponds to a bugfix from commit 9161bd98 on neighbor.cpp
-
Markus Hoehnerbach authored
Since we compute dvdw as d vdw / d rij, we have to also compute dslw as d slw / d rij. Currently, we compute -1/r d slw/d rij, which leads to incorrect results when the two are later combined. Alternatively, one could also modify dvdw to be -1/r d vdw/d rij, which would be a more standard way to do LJ calculations, but this way seems more consistent.
-
Markus Hoehnerbach authored
-
- Feb 14, 2017
-
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
Hendrik Heenen authored
-
Trung Nguyen authored
-
- Feb 13, 2017
-
-
Stan Moore authored
-
Tim Mattox authored
Overall improvements range from 2% to 18% on our benchmarks 1) Newton has to be turned on for SSA, so remove those conditionals 2) Rework the math in ssa_update() to eliminate many ops and temporaries 3) Split ssa_update() into two versions, based on DPD vs. DPDE 4) Reorder code in ssa_update_*() to reduce register pressure
-
Stan Moore authored
-
Stan Moore authored
-
Stan Moore authored
-