From 1258123ae1ddb65fdc6bbce055b13fa6dea31a6a Mon Sep 17 00:00:00 2001 From: Ruocheng Han <ruocheng.han@chem.uzh.ch> Date: Fri, 21 May 2021 09:33:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56deb94..bc434ed 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ chmod +x mlcorr_prep.sh # calculate MP2 MP3 MP4 energy density cd ../eneden/ chmod +x eneden.sh -./eneden.sh ch4 # Here STDOUT will give the values of summing up of the energy density - # on can compare with the reference value +./eneden.sh ch4 # Here STDOUT will give the values of summing up of the energy density, + # which should equals to MPn correlation energy # calculate reference value: cd ../ref/ psi4 -n 8 -i input.dat -o output.dat # you can find reference MP2, MP3, and MP4 - # correlation energy density in output.dat + # correlation energy in output.dat ``` -- GitLab