exercises:2021_uzh_acpc2:ex02
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
exercises:2021_uzh_acpc2:ex02 [2021/04/13 11:02] – external edit 127.0.0.1 | exercises:2021_uzh_acpc2:ex02 [2021/05/19 14:30] (current) – jglan | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Water ===== | ===== Water ===== | ||
- | [[http://www1.lsbu.ac.uk/water/water_models.html|Water molecular models]] are computational techniques that have been developed in order to help discover the structure of water. In this section, you will be asked to calculate some physical properties based on classical molecular dynamics simulation. The TIP3/Fw model will be usded in the simulations. | + | [[http://www.idc-online.com/technical_references/ |
+ | |||
+ | We have prepared a CP2K input file '' | ||
+ | <note important> | ||
+ | < | ||
+ | unzip water.zip | ||
+ | </ | ||
- | We have prepared a CP2K input file '' | ||
- | <note important> | ||
< | < | ||
- | * Check that the MD is energy conserving and // | + | * Check that the MD simulation |
* What are the final average temperatures of the simulation? | * What are the final average temperatures of the simulation? | ||
* The initial atomic configuration stems from an equilibration run. At which temperature was the system (approximately) equilibrated? | * The initial atomic configuration stems from an equilibration run. At which temperature was the system (approximately) equilibrated? | ||
</ | </ | ||
- | Next we are going to analyze the trajectories in order to calculate the [[http:// | + | Next, we are going to analyze the trajectories in order to calculate the [[http:// |
- | VMD comes with an extension for exactly this purpose: In the VMD Main window open " | + | VMD comes with an extension for exactly this purpose: In the VMD Main window open " |
< | < | ||
- | * Plot gO−O(r) at 300K and experimental value '' | + | * Plot gO−O(r) at 300K and the experimental value provided in '' |
</ | </ | ||
- | Then we will calculate diffusion coefficient. It is a proportionality constant between the molar flux due to molecular diffusion and the gradient in the concentration of the species (or the driving force for diffusion), which is defined by: | + | Now, we will calculate |
**6D=limt→∞ δ<r2(t)>δt** | **6D=limt→∞ δ<r2(t)>δt** | ||
- | To evaluate this expression, all that is needed is to evaluate | + | To evaluate this expression, all that is needed is to evaluate the average of the square of the distance that each atom has traveled since the start of the production phase of the dynamics |
+ | Finally, if you take care of the above, the value of D is obtained from the slope, at a long time, of the right-hand side of the above equation (also be careful with the units). | ||
- | VMD comes with an extension for exactly this purpose: In the VMD Main window open “Extensions → Analysis” click on “RMSD Trajectory Tool”. In the appearing window | + | Once again, |
+ | Main window open “Extensions → Analysis” click on “RMSD Trajectory Tool”. In the | ||
+ | appearing window | ||
+ | to track. | ||
+ | Finally, use "File -> Plot data" | ||
< | < | ||
- | * Plot RMSD and MSD for the water at 300K and calculate corresponding diffusion coefficient from the slope of MSD, are they expected? | + | * Plot the RMSD and MSD for the water at 300K and calculate |
</ | </ | ||
- | <note important> | + | <note important> |
+ | <note tip>RMSD stands for [[https:// | ||
- | We will compute the vibrational spectrum, and dielectric constant of water based on molecular dynamics. The spectra for water are available | + | Now, you will compute the vibrational spectrum and dielectric constant of water based on the previous MD simulation. Reference |
\begin{equation} | \begin{equation} | ||
- | A(\omega)\propto{\int\langle{\dot{\mu}}({\tau}){\dot{\mu}}(t+{\tau})\rangle_{\tau}e^{-i{\omega}t}d{t}}, | + | A(\omega)\propto{\int\langle{\dot{\mu}}({\tau}){\dot{\mu}}(t+{\tau})\rangle_{\tau}e^{-i{\omega}t}d{t}} |
\label{eq: | \label{eq: | ||
\end{equation} | \end{equation} | ||
Line 55: | Line 65: | ||
\end{equation} | \end{equation} | ||
- | Compile | + | To perform this calculation, |
< | < | ||
gfortran cpt_ir_diele.f90 -o cpt_ir_diele.o | gfortran cpt_ir_diele.f90 -o cpt_ir_diele.o | ||
Line 62: | Line 72: | ||
< | < | ||
- | * Compute the IR spectrum and plot it, match the frequencies | + | * Compute the IR spectrum and plot it. Match the frequencies |
* Compute the dielectric constant of water at 300K. | * Compute the dielectric constant of water at 300K. | ||
- | * Does IR or dielectric constant match the experimenal | + | * Does the IR or dielectric constant match the experimental |
</ | </ | ||
Line 72: | Line 82: | ||
In particular, it has more than one long-lived conformation, | In particular, it has more than one long-lived conformation, | ||
- | The conformations of glyala dipeptide are characterized by the dihedral angles of the backbone. | + | The conformations of the glyala dipeptide are characterized by the dihedral angles of the backbone. |
- | Below, we color carbons in green, hydrogens in white, oxygen in red and nitrogen in blue, i.e. | + | Below, we color carbons in green, hydrogens in white, oxygen in red and nitrogen in blue, showing that the torsional angle ϕ is N-C-C-N , while ψ is C-N-C-C along the backbone. |
- | the torsional angle ϕ is N-C-C-N , while ψ is C-N-C-C along the backbone. | + | |
<note important> | <note important> | ||
Line 81: | Line 90: | ||
{{ : | {{ : | ||
- | < | + | < |
Visualize the structure '' | Visualize the structure '' | ||
</ | </ | ||
- | <note important>// | + | <note important>// |
- | With this knowledge at hand, | + | With this knowledge at hand, we will fix the dihedral angles and perform geometry optimization for all remaining degrees of freedom. |
- | we will fix the dihedral angles and perform geometry optimization for all remaining degrees of freedom. | + | |
- | < | + | < |
- | - The atomic indices defining the dihedral indices in the input file '' | + | - The atomic indices defining the dihedral indices in the input file '' |
- | - Use '' | + | - Use the provided bash script, |
- | - Use gnuplot to plot the potential energy surface (we have provided a script '' | + | - Use gnuplot to plot the potential energy surface (we have provided a script '' |
</ | </ | ||
===== Glyala in water ===== | ===== Glyala in water ===== | ||
- | Now, we will move to a more realistic system - Glyala in water. We will preformed a MD of glyala in water and save the trajectory. | ||
- | The initial geometry provided | + | Now, we will move to a more realistic system - Glyala |
- | <note important> | + | |
+ | The initial geometry provided in the PDB file is a glyala molecule solvated by 73 water molecules. The geometry is not equilibrated. Thus, you first need to equilibrate the system at 300K. When the system is equilibrated, | ||
- | < | + | <note important> |
- | - Perform the molecular dynamics | + | |
+ | |||
+ | < | ||
+ | - Perform the MD simulation using an NVT ensemble at 300K. Change TIMECON (i.e.500, 2000 fs) in the & | ||
- Determine from which step the system is equilibrated, | - Determine from which step the system is equilibrated, | ||
- Compute the O-O radial distribution function for water with acceptable statistics using 20 ps (after equilibration) of simulated time. | - Compute the O-O radial distribution function for water with acceptable statistics using 20 ps (after equilibration) of simulated time. | ||
- | - Determine the solvation shell by calculating RDF of gCO (carbon atoms from glyala and oxygen atoms from water) | + | - Determine the solvation shell by calculating |
</ | </ | ||
<note tip> | <note tip> | ||
- | In last exercise, | + | From the last exercise, |
- | Using VMD, the O-O RDF for the water can be easily calculated. In the < | + | However, using VMD, the O-O RDF for the water can still be easily calculated. In the < |
</ | </ | ||
+ |
exercises/2021_uzh_acpc2/ex02.1618311776.txt.gz · Last modified: 2021/04/13 11:02 by 127.0.0.1