From 79034a7dcfd916006539185a125accbc4bd23cef Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 5 Nov 2014 21:37:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12682 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- examples/MC/README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/MC/README b/examples/MC/README index adbd13c420..7c38b65478 100644 --- a/examples/MC/README +++ b/examples/MC/README @@ -26,8 +26,5 @@ are printed. Dump file snapshots or images or a movie of the MC relaxation can be produced by uncommenting the appropriate dump lines in the script. -At some point, we will add a Python script to the python/examples -directory that performs the same operation as this script. It will -invoke LAMMPS as a library and use Python to implement the MC -accept/reject logic more cleanly than the LAMMPS input script can do -it. +See the Python script mc.py in python/examples for similar +functionality encoded in a script that invokes LAMMPS as a library.