-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlec8
More file actions
19 lines (14 loc) · 1.11 KB
/
Copy pathlec8
File metadata and controls
19 lines (14 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Molecular dynamics simulation of proteins with ligand
=====================================================
Like MDS without ligand, this too is comprised of two main steps: preparation and MDS run. Like before, preparation comprised of several steps:
1) Cleaning the Protein:
------------------------
This step is just like the one before. But this time there will be two files. One is the old [protein].pdb file. The other one is the [ligand].pdb. This ligand
file is generated the same way by cleaning the file, but this time, everything except the ligand in question is cleaned.
2) Applying the forcefield:
---------------------------
Force field have to be applied seperately, to the [protein].pdb file and to [ligand].pdb file. The ligand file have to be modified in certain ways to make it
adequate for the application of the forcefield. After applying the forcefield, these two files have to be merged.
3) After the applicaiton of the forcefield, the usual steps like defining the box, adding water, nutralization etc comes along.
4) Then comes temperature and pressure equilibration.
5) Then the final MD simulation.