Commit Graph

25481 Commits

Author SHA1 Message Date
Axel Kohlmeyer 180d2895c4
Merge pull request #2678 from akohlmey/collected-small-changes
Collected small changes and fixes
2021-03-29 14:05:08 -04:00
Axel Kohlmeyer dbc30f9c19
Merge pull request #2683 from akohlmey/pair-map-refactor
Refactor element to type mapping code  in pair styles
2021-03-29 12:15:02 -04:00
Axel Kohlmeyer 1e3f1c584c
simplify by using utils::strdup() fmt::format() and reorder includes 2021-03-29 08:12:37 -04:00
Axel Kohlmeyer 806f4e73ed
make dihedral style table/cut a derived class from table and remove redundant code 2021-03-29 07:32:43 -04:00
Axel Kohlmeyer e481eb1154
simplify by using utils::strdup() fmt::format() and reorder includes 2021-03-29 07:29:14 -04:00
Axel Kohlmeyer b32570c15e
simplify by using utils::strdup() and reorder includes 2021-03-28 22:22:13 -04:00
Axel Kohlmeyer 31726f56e6
refactor group2ndx and ndx2group commands to use fmtlib, tokenizer and utils 2021-03-28 14:48:39 -04:00
Axel Kohlmeyer dfb18caf5a
simplify using utils::strdup(), update order of include files 2021-03-27 16:25:55 -04:00
Axel Kohlmeyer 436be824e1
use std:: namespace for STL containers 2021-03-27 12:10:40 -04:00
Axel Kohlmeyer 0b73ab96d2
avoid replicated code, consolidate variables and element mapping 2021-03-27 12:09:36 -04:00
Axel Kohlmeyer 35abca1b40
we should include <strings.h> when using strcasecmp() 2021-03-27 11:18:59 -04:00
Axel Kohlmeyer e85f945d8e
fix typos 2021-03-26 23:12:29 -04:00
Axel Kohlmeyer 756d935d06
use std:: namespace for STL containers 2021-03-25 21:13:24 -04:00
Axel Kohlmeyer 53f32cea7e
simplify using utils::strdup() 2021-03-25 19:42:41 -04:00
Axel Kohlmeyer 2baafda517
simplify 2021-03-25 17:19:11 -04:00
Axel Kohlmeyer 2b34d88b71
fix bug 2021-03-25 17:19:03 -04:00
Axel Kohlmeyer 27e31c4b15
simplify 2021-03-25 14:49:49 -04:00
Axel Kohlmeyer 47b7653d4d
Merge pull request #2653 from rbberger/code_coverage
Add tests to increase code coverage
2021-03-24 20:57:46 -04:00
Axel Kohlmeyer 73b9f22681
Merge pull request #2675 from jrgissing/bond/react-tweak-recent-updates
Bond/react: tweak recent updates
2021-03-23 13:51:48 -04:00
Axel Kohlmeyer b7296b6d0b
consolidate documentation for dihedral styles table and table/cut into one file 2021-03-23 13:49:37 -04:00
Axel Kohlmeyer 403a7a6f84
Merge pull request #2677 from stanmoore1/kk_snap_opt
Optimizations to Kokkos SNAP
2021-03-23 13:32:02 -04:00
Axel Kohlmeyer 4b076e01be
silence compiler warning 2021-03-22 21:36:33 -04:00
Axel Kohlmeyer ca1496e028
simplify 2021-03-22 21:36:25 -04:00
Axel Kohlmeyer 56121a524c
correct equilibrium angle computation for angle style cosine/periodic if b < 0 2021-03-22 16:26:50 -04:00
Axel Kohlmeyer 58744f0a49
correct expression for K 2021-03-22 15:32:24 -04:00
Axel Kohlmeyer aabfe40ad3
add missing 1/n**2 term to pair style cosine/periodic energy function 2021-03-22 15:10:45 -04:00
Axel Kohlmeyer e8c8ceaf81
correct attribution of angle style cosine/squared with DREIDING 2021-03-22 11:28:22 -04:00
Stan Moore e2591a90cf Merge branch 'master' of https://github.com/lammps/lammps into kk_snap_opt 2021-03-22 11:24:46 -04:00
Axel Kohlmeyer b8f6063578
correct documentation of angle style cosine/periodic 2021-03-22 10:47:49 -04:00
Stan Moore 2bab4808b6 Improve memory coalescing in Kokkos snap force computation, pointed out by @weinbe2 2021-03-22 08:28:43 -06:00
jrgissing b3f465babe decrease foward_comm nsize
due to new placement of probability evaluation
2021-03-20 16:34:55 -04:00
jrgissing 012cdf3763 performance improvement bugfix 2021-03-20 16:20:57 -04:00
Axel Kohlmeyer c4e1255f3e
Merge pull request #2674 from rbberger/small_changes
Small code changes
2021-03-19 20:05:41 -04:00
Richard Berger dbe41778fa
Merge branch 'small_changes' of github.com:rbberger/lammps into small_changes 2021-03-19 18:51:44 -04:00
Richard Berger 06ee5be2ce
Fix unhandled cases in docs LAMMPS syntax highlighting 2021-03-19 18:51:21 -04:00
Stan Moore 4269eeeef7 Optimize quadratic Kokkos SNAP, pointed out by @weinbe2 2021-03-19 17:22:40 -04:00
Axel Kohlmeyer 125ddb0c82
Merge pull request #2670 from stanmoore1/kk_debye
Fix issues in pair_coul_debye_kokkos
2021-03-19 16:13:28 -04:00
Axel Kohlmeyer 9707771f1c
apply UTF-8 character replacement before creating tokens 2021-03-19 16:10:37 -04:00
Axel Kohlmeyer 6503a7c3ba
skip explicit temporaries 2021-03-19 15:52:27 -04:00
Richard Berger 1f50557b38
Adopt utils::strdup in dump styles 2021-03-19 15:34:43 -04:00
Richard Berger a33a04a392
Remove redundant has_next() check in Tokenizer 2021-03-19 14:12:09 -04:00
Richard Berger 5d4614b626
Correct vformat for bigint in dump_custom.cpp 2021-03-19 14:10:20 -04:00
Axel Kohlmeyer 772d270974
Merge pull request #2662 from evoyiatzis/master
Addition of a PyLammps script to compute elastic constants using OpenKIM
2021-03-19 13:43:19 -04:00
Axel Kohlmeyer 41c2a82ccc
Merge pull request #2666 from akohlmey/collected-small-changes
Collected small changes and fixes
2021-03-19 13:32:42 -04:00
Richard Berger 945ecd1f1c
Update kim commands 2021-03-19 13:23:15 -04:00
Axel Kohlmeyer 154b8cb401
remove dead code 2021-03-19 11:42:09 -04:00
Axel Kohlmeyer ca102e4920
remove dead code 2021-03-19 11:20:32 -04:00
Axel Kohlmeyer b9bc226e39
save style names alongside the classes when using read_data nocoeff
this fixes #2673
2021-03-19 10:06:02 -04:00
Axel Kohlmeyer 2e7e5aeac4
make fix gcmc and fix widom compatible with USER-INTEL
this fixes #2672
2021-03-19 10:04:28 -04:00
Axel Kohlmeyer a5563e8d04
simplify using utils::strdup() 2021-03-18 20:56:04 -04:00