thank you so much for your considerataion for clarification, it is my system.top
; This file was generated by TS Back Mapping
; Include the Martini force field and necessary lipid files
#include “dry_martini_v2.1.itp” ; Martini 2.1 force field
#include “dry_martini_v2.1_cholesterol.itp” ; Cholesterol specific parameters
#include “dry_martini_v2.1_lipids.itp” ; DOPC and other lipids
[ system ]
Expect a large membrane
[ molecules ]
; domain 0
; in the upper monolayer
DOPC 1389
#ifdef POSRES
#include “posre_dopc.itp”
#endif
CHOL 926
#ifdef POSRES
#include “posre_chol.itp”
#endif
; domain 0
; in the lower monolayer
DOPC 533
#ifdef POSRES
#include “posre_dopc.itp”
#endif
CHOL 355
#ifdef POSRES
#include “posre_chol.itp”
#endif
I got this error again :
Command line:
gmx grompp -f step6.3_equilibration.mdp -o step6.3_equilibration.tpr -c step6.2_equilibration.gro -p system.top -n index.ndx
NOTE 1 [file step6.3_equilibration.mdp]:
You have set rlist larger than the interaction cut-off, but you also have
verlet-buffer-tolerance > 0. Will set rlist using verlet-buffer-tolerance.
NOTE 2 [file step6.3_equilibration.mdp]:
Setting tcoupl from ‘V-rescale’ to ‘no’. sd handles temperature coupling
implicitly. See the documentation for more information on which
parameters affect temperature for sd.
Setting the LD random seed to -1470997761
Generated 0 of the 703 non-bonded parameter combinations
Excluding 1 bonded neighbours molecule type ‘DOPC’
WARNING 1 [file system.top, line 19]:
Too few parameters on line (source file
/admin/build/admin/rpms/frontera/BUILD/gromacs-2022.1/src/gromacs/gmxpreprocess/toppush.cpp, line 1900)
WARNING 2 [file system.top, line 26]:
Too few parameters on line (source file
/admin/build/admin/rpms/frontera/BUILD/gromacs-2022.1/src/gromacs/gmxpreprocess/toppush.cpp, line 1900)
WARNING 3 [file system.top, line 31]:
Too few parameters on line (source file
/admin/build/admin/rpms/frontera/BUILD/gromacs-2022.1/src/gromacs/gmxpreprocess/toppush.cpp, line 1900)
Program: gmx grompp, version 2022.1
Source file: src/gromacs/gmxpreprocess/grompp.cpp (line 703)
Fatal error:
number of coordinates in coordinate file (step6.2_equilibration.gro, 33312)
does not match topology (system.top, 16668)
login2.frontera(1017)$
my step6.3_equilibration.mdp is:
; Integrator and time settings
define = -DPOSRES ; This enables the #ifdef POSRES directive in system.top
integrator = sd ; Stochastic dynamics (SD) integrator for Dry Martini
tinit = 0.0
dt = 0.03 ; Time step of 30 fs, typical for Martini simulations
nsteps = 3000000 ; Run for 2 million steps (total time = 60 ns)
; Output control
nstlog = 1000
nstenergy = 1000
nstxout-compressed = 1000
compressed-x-precision = 100
; Neighbor searching settings
cutoff-scheme = Verlet
nstlist = 10 ; Update neighbor list every 10 steps
rlist = 1.4 ; Neighbor list cutoff at 1.4 nm
pbc = xyz
verlet-buffer-tolerance = 0.005
; Electrostatics and van der Waals settings
epsilon_r = 15 ; Relative permittivity for implicit solvent
coulombtype = reaction-field
rcoulomb = 1.2 ; Coulomb interactions cutoff at 1.2 nm
vdw_type = cutoff
vdw-modifier = Potential-shift-verlet ; Smoothly shift van der Waals potential to zero
rvdw = 1.2 ; Van der Waals cutoff at 1.2 nm
; No pressure coupling (NVT ensemble)
Pcoupl = no ; No pressure coupling for implicit solvent
; Minimal T-coupling to satisfy GROMACS requirements
tcoupl = v-rescale
tc-grps = System
tau_t = 1.0 ; Minimal coupling constant
ref_t = 310 ; Target temperature for the dummy group
; Generate initial velocities if needed (only for equilibration)
gen_vel = yes
gen_temp = 310
gen_seed = 0395104856
refcoord_scaling = all
I want impose position retrain for my head drop of CHOL and DOPC in my vesicle because when I run equilibration my vesicle has 2 bumper on it , I try by this way remove them . I used dry martini altho
Best Regards
Ehsan