From 46545bb3083b72e95f4ab410880b89400febf9b0 Mon Sep 17 00:00:00 2001
From: athomps <athomps@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Mon, 5 Oct 2015 18:30:11 +0000
Subject: [PATCH] Added elastic constant example at finite temperature

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14099 f3b2605a-c512-4ea7-a41b-209d697bcdaa
---
 examples/ELASTIC_T/in.elastic | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/examples/ELASTIC_T/in.elastic b/examples/ELASTIC_T/in.elastic
index 8427192a82..7d180f8114 100644
--- a/examples/ELASTIC_T/in.elastic
+++ b/examples/ELASTIC_T/in.elastic
@@ -1,5 +1,12 @@
 # Compute elastic constant tensor for a crystal at finite temperature
 #
+# WARNING: This script attempts to measure small differences in 
+# statistical averages generated by finite temperature MD simulations. 
+# This creates many more opportunities for errors to occur, compared 
+# to the zero temperature version provided in examples/ELASTIC.
+# Hence, it is always a good idea to start with the zero temperature
+# calculation, before attempting to use this script.
+#
 # Written by Aidan Thompson (Sandia, athomps@sandia.gov)
 #
 #  This script uses the following three include files.
-- 
GitLab