Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added filenames in the instructions #12

Merged
merged 2 commits into from
Apr 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).**