Project ID: plumID:20.005
Source: input_data/classical/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.5 #
# Definition of the center of mass of the ligand, considering only its heavy atomsCOMCalculate the center of mass for a group of atoms. More detailsATOMS=1,5,6,10,14,17,18,19,22,23,24,25,26,29the list of atoms which are involved the virtual atom's definitionLABEL=ixoa label for the action so that its output can be referenced in the input to other actions
# Definition of the center of mass of the pocketCOMCalculate the center of mass for a group of atoms. More detailsATOMS=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,3625the list of atoms which are involved the virtual atom's definitionLABEL=pkta label for the action so that its output can be referenced in the input to other actions
# 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 between a pair of atoms. More detailsATOMS=ixo,pktthe pair of atom that we are calculating the distance betweenLABEL=d1a label for the action so that its output can be referenced in the input to other actionsCOMPONENTScalculate the x, y and z components of the distance separately and store them as labelNOPBCignore 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 detailsARG=d1.xthe values input to this functionPERIODIC=-4.7,4.7 d1y :if the output of your function is periodic then you should specify the periodicity of the functionCOMBINECalculate a polynomial combination of a set of other variables. More detailsARG=d1.ythe values input to this functionPERIODIC=-4.7,4.7 d1z :if the output of your function is periodic then you should specify the periodicity of the functionCOMBINECalculate a polynomial combination of a set of other variables. More detailsARG=d1.zthe values input to this functionPERIODIC=-8.2,8.2if the output of your function is periodic then you should specify the periodicity of the function
# 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 cavityABMD...Adds a ratchet-and-pawl like restraint on one or more variables. More detailsARG=d1zthe labels of the scalars on which the bias will actTO=-4.0The array of target valuesKAPPA=100.0The array of force constantsLABEL=rmd ... ABMDa label for the action so that its output can be referenced in the input to other actions
# Here we print all the data regarding rMD_dataPrint quantities to a file. More detailsARG=rmdthe labels of the values that you would like to print to the fileSTRIDE=500the frequency with which the quantities of interest should be outputFILE=rMD_data # Here we print the distance between the molecule and the binding pocketthe name of the file on which to output these quantitiesPrint quantities to a file. More detailsARG=d1zthe labels of the values that you would like to print to the fileSTRIDE=500the frequency with which the quantities of interest should be outputFILE=IXO_dist.datthe name of the file on which to output these quantitiesENDPLUMEDTerminate plumed input. More details