exercises:2017_ethz_mmm:reaction_energy_2017
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exercises:2017_ethz_mmm:reaction_energy_2017 [2017/04/27 17:00] – dpasserone | exercises:2017_ethz_mmm:reaction_energy_2017 [2020/08/21 10:15] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 84: | Line 84: | ||
</ | </ | ||
- | The exercise is executed on the '' | + | The exercise is executed on the '' |
+ | <note tip> | ||
+ | Copy the files to the created directory in the ''/ | ||
<note tip> | <note tip> | ||
In the directory you will find the following files: | In the directory you will find the following files: | ||
Line 94: | Line 96: | ||
* several '' | * several '' | ||
</ | </ | ||
+ | |||
+ | The command to launch the job is | ||
+ | <note important>> | ||
+ | where file.inp has to be replaced by the relevant prefix of the input file (example: '' | ||
+ | In the '' | ||
+ | <note important>> | ||
+ | This will list all the energies. Pick the last one for the optimized structure. You can also visualize it with vmd. | ||
+ | |||
+ | You will run the calculation by changing in **ALL THREE INPUT FILES** the '' | ||
+ | At the line concerning the exchange and correlation potential, you prescribe the level of theory: | ||
+ | <note important> | ||
+ | * hf.inc for Hartree-Fock | ||
+ | * pbe.inc for DFT/PBE, with gradient corrected local density | ||
+ | * b3lyp.inp for hybrid functional containing a percentage of exact exchange | ||
+ | </ | ||
+ | |||
+ | When you are done with the three levels of theory, then you can redo the exercise with the larger basis set, and change EVERYWHERE in the input file the instances of '' | ||
+ | Redo the calculations with the three levels '' | ||
+ | |||
+ | <note warning> | ||
+ | Assignments: | ||
+ | - Compute the reaction energy for the dehydration reaction of ethanol | ||
+ | - Prepare a table with rows and columns: on the rows the level of theory, on the columns the basis set (3x2 table) | ||
+ | - Compare the results with the published ones (note the conversion factors. You can use the tool at [[http:// | ||
+ | - Comment on the dependence on the basis set and on the level of theory (hint: this also need the next theory lecture) | ||
+ | - Is this information enough to determine the rates of reaction? Why? | ||
+ | </ | ||
+ | |||
+ | |||
+ | === BONUS TRACK === | ||
+ | |||
+ | <note tip>We may be interested in the visualisation of the electronic density. Copy the '' | ||
+ | |||
+ | Add the following sections: | ||
+ | **under &DFT** | ||
+ | <code cp2k> | ||
+ | & | ||
+ | & | ||
+ | &END | ||
+ | & | ||
+ | & | ||
+ | SCF_GUESS RESTART | ||
+ | & | ||
+ | </ | ||
+ | This tells to read the old wavefunction and to print the cubefile of the density. | ||
+ | |||
+ | At the end of the input file: | ||
+ | <code cp2k> | ||
+ | & | ||
+ | | ||
+ | &END | ||
+ | </ | ||
+ | |||
+ | Then, change '' | ||
exercises/2017_ethz_mmm/reaction_energy_2017.1493312441.txt.gz · Last modified: 2020/08/21 10:15 (external edit)