Project ID: plumID:20.000
Source: ratchet/rMD_plumed.dat
Originally used with PLUMED version: 2.5
Stable: zipped raw stdout - zipped raw stderr - stderr
Master: zipped raw stdout - zipped raw stderr - stderr
# # This is the input file needed to perform Ratchet&Pawl MD simulation # based on the CV given by the distance between the ligand's center # of mass and the center of the binding pocket. # # This input file can be used with all the PLUMED versions >=2.3 #
# Definition of the center of mass of the ligand, considering only its heavy atoms COMCalculate the center of mass for a group of atoms. More details ATOMSthe list of atoms which are involved the virtual atom's definition=1,5,6,10,14,17,18,19,22,23,24,25,26,29 LABELa label for the action so that its output can be referenced in the input to other actions=ixo
# Definition of the center of mass of the pocket COMCalculate the center of mass for a group of atoms. More details ATOMSthe list of atoms which are involved the virtual atom's definition=1396,1398,1400,1403,1404,1406,1408,1409,1411,1413,1415,1416,1449,1451,1453,1456,1458,1459,1495,1497,1499,1501,1505,1509,1510,2838,2840,2842,2845,2846,2848,2850,2852,2854,2856,2857,3605,3607,3609,3612,3613,3615,3617,3618,3620,3622,3624,3625 LABELa label for the action so that its output can be referenced in the input to other actions=pkt
# Definition of the distance between the ligand and the pocket as a 3d vector xyz # (the membrane is in the plane xy) DISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=ixo,pkt LABELa label for the action so that its output can be referenced in the input to other actions=d1 COMPONENTS calculate the x, y and z components of the distance separately and store them as label NOPBC ignore the periodic boundary conditions when calculating distances
# Definition of the periodicity of the components of the distance # (to avoid jumps in the variable during the simulation due to the # rototranslation of the system) d1x : COMBINECalculate a polynomial combination of a set of other variables. More details ARGthe values input to this function=d1.x PERIODICif the output of your function is periodic then you should specify the periodicity of the function=-4.7,4.7 d1y : COMBINECalculate a polynomial combination of a set of other variables. More details ARGthe values input to this function=d1.y PERIODICif the output of your function is periodic then you should specify the periodicity of the function=-4.7,4.7 d1z : COMBINECalculate a polynomial combination of a set of other variables. More details ARGthe values input to this function=d1.z PERIODICif the output of your function is periodic then you should specify the periodicity of the function=-8.2,8.2 # Activation of the Ratchet&Pawl MD, to observe the transition of the ligand. # Starting from the bound structure, the bias will move the system outside # the binding cavity with a k=100 kJ/mol/nm until the ligand is 4 nm outside # the binding cavity ABMDAdds a ratchet-and-pawl like restraint on one or more variables. More details ... ARGthe labels of the scalars on which the bias will act=d1z TOThe array of target values=-4.0 KAPPAThe array of force constants=100.0 LABELa label for the action so that its output can be referenced in the input to other actions=rmd ... ABMD
# Here we print all the data regarding rMD_data PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=rmd.* STRIDE the frequency with which the quantities of interest should be output=500 FILEthe name of the file on which to output these quantities=rMD_data # Here we print the distance between the molecule and the binding pocket PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=d1z STRIDE the frequency with which the quantities of interest should be output=500 FILEthe name of the file on which to output these quantities=IXO_dist.dat ENDPLUMEDTerminate plumed input. More details