Hello everyone,
I am trying to run a simulation which contains protein system and a carbohydrate system. As mentioned in one of the lammps-user emails, I have combined the CHARMM topology and parameter file to create the psf file for my system. The system thus created runs perfectly well in NAMD. But when I am using the same merged topology and parameter file to create lammps data file, perl script cannot read the protein component of the pdb and psf file, and the protein part is being shown as atom type 1.
It is also showing the following error
Info: using Tc1comp.pdb instead of Tc1comp.crd
Info: lx not set: will use extremes
Info: ly not set: will use extremes
Info: lz not set: will use extremes
Info: creating PSF index
Info: converting atoms
Info: converting bonds
Warning: bond parameter 1 for [ ] was not found
Info: converting angles
Warning: angle parameter 1 for [ ] was not found
Info: converting dihedrals
Warning: dihedral parameter 1 for [ ] was not found
Info: converting impropers
Warning: improper parameter 1 for [ ] was not found
Info: conversion complete
Can anyone help me regarding this?
P.s. The PDB PSF file along with the merged topology and parameter file runs perfectly well in NAMD.