Skip to content

Commit

Permalink
Merge pull request #12 from csc-training/part2-suggestion
Browse files Browse the repository at this point in the history
Added filenames in the instructions
  • Loading branch information
rkronberg authored Apr 28, 2023
2 parents 025b77b + 859ae4d commit 9d01937
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ frequently used to verify that a TS was really found.
wave function restart there and edit the input files (replace `TODO`):
* Fix coordinate and wavefunction restart filenames
* The initial density guess (`SCF_GUESS`) is made based on `RESTART`
* The wave-function file from earlier calculation (`WFN_NAME`) should be `enol-neb-BAND5-RESTART.wfn`
* Coordinates-file from earlier calculation (`XYZ_NAME`) should be `enol-neb-pos-Replica_nr_5-1.xyz`
* `RUN_TYPE` should be `VIBRATIONAL_ANALYSIS`

```bash
Expand All @@ -32,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).**

0 comments on commit 9d01937

Please sign in to comment.