From 859ae4d238f4649506969681611c2ed34912b36e Mon Sep 17 00:00:00 2001 From: MatiasJJ <39948154+MatiasJJ@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:42:11 +0300 Subject: [PATCH] added extra golden visualisation --- vib/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vib/README.md b/vib/README.md index fe76e61..fa13bae 100644 --- a/vib/README.md +++ b/vib/README.md @@ -34,4 +34,11 @@ frequently used to verify that a TS was really found. are there in total? Why? * Hint: Think about degrees of freedom +Extra: Visualise the vibrations with Molden: + + ```bash + $ module load molden + $ molden enol-vib-VIBRATIONS-1.mol + ``` + **Continue the hands-on with [Part 3](../hybrid/README.md).**