diff --git a/doc/src/pair_reaxff.rst b/doc/src/pair_reaxff.rst index 9c4d44cb7e..46c1ab4145 100644 --- a/doc/src/pair_reaxff.rst +++ b/doc/src/pair_reaxff.rst @@ -370,7 +370,7 @@ Default """"""" The keyword defaults are checkqeq = yes, enobonds = yes, lgvdw = no, -safezone = 1.2, mincap = 50, minhbonds = 25, list/blocking = yes on CPU, no on GPU). +safezone = 1.2, mincap = 50, minhbonds = 25, list/blocking = yes on CPU, no on GPU. ---------- diff --git a/src/KOKKOS/fix_qeq_reaxff_kokkos.cpp b/src/KOKKOS/fix_qeq_reaxff_kokkos.cpp index 101e02ece8..174495342a 100644 --- a/src/KOKKOS/fix_qeq_reaxff_kokkos.cpp +++ b/src/KOKKOS/fix_qeq_reaxff_kokkos.cpp @@ -22,7 +22,7 @@ cube root instead of pow) and use power/exponential laws to reduce the number of exponentials evaluated, etc. - Fused the CG solve for "s" and "t" vectors - - Improvemented the SpMV algorithm by using vector instead of team level + - Improved the SpMV algorithm by using vector instead of team level parallelism on GPUs ------------------------------------------------------------------------- */