return'The set of atoms is similar to %s, but it is missing %d extra particles. You can add them with Modeller.addExtraParticles().'%(bestMatchName,numBestMatchAtoms-numResidueAtoms)
return'The set of atoms is similar to %s, but it is missing %d atoms.'%(bestMatchName,numBestMatchAtoms-numResidueAtoms)
return'This might mean your input topology is missing some atoms or bonds, or possibly that you are using the wrong force field.'