From 2d71d9d47bf51d0975ca9681d2ddb9a9d407abd2 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 8 Jan 2020 16:15:18 -0500 Subject: [PATCH] add citation for GPU accelerated TIP4P style --- src/GPU/fix_gpu.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/GPU/fix_gpu.cpp b/src/GPU/fix_gpu.cpp index d4397503dc..cb2930a3ea 100644 --- a/src/GPU/fix_gpu.cpp +++ b/src/GPU/fix_gpu.cpp @@ -88,6 +88,12 @@ static const char cite_gpu_package[] = " year = 2017,\n" " volume = 212,\n" " pages = {113--122}\n" + "}\n\n" + "@Article{Nikolskiy19,\n" + " author = {V. Nikolskiy, V. Stegailov},\n" + " title = {GPU acceleration of four-site water models in LAMMPS},\n" + " journal = {Proceeding of the International Conference on Parallel Computing (ParCo 2019), Prague, Czech Republic},\n" + " year = 2019\n" "}\n\n"; /* ---------------------------------------------------------------------- */