From 30208f7173f60b16bcd73d6c0e412bae1f6c087f Mon Sep 17 00:00:00 2001 From: Germain Clavier Date: Wed, 14 Aug 2024 19:32:56 +0200 Subject: [PATCH] Added a tinker section to Tools.rst. --- doc/src/Tools.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/src/Tools.rst b/doc/src/Tools.rst index 121066bf99..35853186d2 100644 --- a/doc/src/Tools.rst +++ b/doc/src/Tools.rst @@ -58,6 +58,7 @@ Pre-processing tools * :ref:`polybond ` * :ref:`stl_bin2txt ` * :ref:`tabulate ` + * :ref:`tinker ` Post-processing tools ===================== @@ -1211,6 +1212,20 @@ included. See the README file for more information. ---------- +.. _tinker: + +tinker tool +-------------- + +The ``tinker`` folder contains Python scripts scripts to convert Tinker input +files to LAMMPS. + +See the README file for more information. + +Those scripts were written by Steve Plimpton sjplimp at gmail.com + +---------- + .. _valgrind: valgrind tool