Well, enough of talk about non-scientific thinking. There is something about which I have wondered many times. The steps in doing any MD is as follows :
- Assign charges, atom type (sp3, sp2 etc with variations) and Van der Waals radii to each atom. Based on this, the parameters will be decided. As of now, most force fields use fixed charges which means their value does not change based on the environment. So, protonation states of His and others have to be determined empirically at this step.
- Following the parameter assignment to each atom, bond and torsion (together they constitute a force field), all short contacts etc need to be removed. Now, at this point, you place waters randomly around your protein and then 'energy minimize' your structure which relieves short contacts between waters and the protein. You can keep all atoms of the protein fixed, or allow some relaxation to take place at this step.
- Now, once the protein is ready (BTW, this is what is called a topology, although it is a stupid name for this file. I would rather have called it parameterized coordinate file or *.pcf), the atoms are all stationary as given in PDB file. Now, inside the cell, the atoms are never at rest, so we need to provide an initial guess for the velocities of each atoms. This is what is done at the time of equilibration. The initial guess is arrived at using the Boltzmann distribution so that the required temperature is obtained. This is also the first step in the equilibration process, and in Gromacs is known as the NVT simulation. The system (water + protein) is allowed in small steps to reach the designated temperature.
- After this, there is a pressure equilibration which maintains the correct number of atoms (both water and protein) within the volume we are simulating.
- The next step is where I have a problem. In this step, the simulation parameters are fed into the system and a run file is compiled. One thing that is done at this step is what is known as particle mesh ewald method. What you do is setup a cutoff distance below which you calculate the coulombic/VdW energy directly, and beyond the cutoff, the calculations are done in fourier space. Oneibig assumption for all this is to consider the MD system to be a periodic system (such as a crystal).
Now we come to the part where I have a problem. Why do we consider the system to be periodic ? Inside the cell, the proteins are not arranged as in a crystal. So what is the use of such an assumption ? I agree that we need a continuous water system, but why should the protein also be repeated ? And it is usually because of such crystal system assumption that you need to add ions to neutralize the system. If that is not done, then unit cells will start repelling each other. But if we dont assume that, then first of all, we save a lot of time by not using the fourier space.summation. Secondly, we can use non-integer values for atom charges which by some accounts improve the simulations. So, as of now, I dont know why it is simulated as a crystal lattice. Maybe because the initial structure is a crystal structure. But that's not what we really want, so I am not so sure....
Comments