Hi,
I have done cf-smd but I am not sure about the correct mdp parameters required for doing cf-smd these are my used mdp parameters.
define = -DPOSRES -DPOSRES_FC_BB=400.0 -DPOSRES_FC_SC=40.0
integrator = md
dt = 0.02
nsteps = 5000000
nstxtcout = 500
nstvout = 500
nstfout = 500
nstcalcenergy = 10
nstenergy = 100
nstlog = 100
;
cutoff-scheme = Verlet
nstlist = 20
vdwtype = Cut-off
vdw-modifier = Force-switch
DispCorr = EnerPres
rvdw = 0.9
rvdw_switch = 0.7
rlist = 0.9
rcoulomb = 0.9
coulombtype = PME
;
tcoupl = Nose-Hoover
tc_grps = Protein non-Protein
tau_t = 1.0 1.0
ref_t = 300 300
;
pcoupl = Parrinello-Rahman
pcoupltype = isotropic
tau_p = 5.0
compressibility = 4.5e-5
ref_p = 1.0
;
constraints = h-bonds
constraint_algorithm = LINCS
continuation = yes
;
nstcomm = 100
comm_mode = linear
comm_grps = Protein non-Protein
;
pbc = xyz
;
gen_vel = no
;
refcoord_scaling = com
pull = yes
pull_ncoords = 1 ; only one reaction coordinate
pull_ngroups = 2 ; two groups defining one reaction coordinate
pull_group1_name = UNL
pull_group2_name = Protein
pull_coord1_type = constant-force
pull_coord1_geometry = distance ; simple distance increase
pull_coord1_dim = N N Y ; pull along y
pull-coord1-vec = (0.0 0.0 -1.0) ;
pull_coord1_groups = 1 2 ; groups 1 (Chain A) and 2 (Chain B) define the reaction coordinate
pull_coord1_start = yes ; define initial COM distance > 0
pull_coord1_k = 10000 ; kJ mol^-1 nm^-1
pull-group2-pbcatom = 2637
pull-pbc-ref-prev-step-com = yes
Please suggest me if anything I have missed.