-
Notifications
You must be signed in to change notification settings - Fork 104
Description
Hello!
I've been playing around with the dry martini model incldued with moltemplate - I had an error that certain atom masses and atom types were undefined. It seems like this issue cropped up especially surrounding the small bead naming schemes. In particular, throughout the lt file there were references to SP4_bSP4_aSP4_dSP4_iSP4, but the replace command read replace{ @atom:SP4 @atom:SP4_SP4_aP4_dP4_iP4} missing S's before the P's in the longer name causing moltemplate to think there weren't masses defined for these atoms.
There was also one bond coeff not defined - P1-C1, I wasn't sure whether that should be defined or not - I added a coeff for it and marked the location (line 828). The coeff I chose was 1.49375 4.8 (which I think is correct).
I've gone through and corrected (I think) all of these issues - I don't make any promises that anything else in the file is correct. (I marked things I changed with comments). Moltemplate runs with dry martini now at least with these changes.
I've attached the new lt file to this issue report (I had to swap the extension to get github to accept it). Let me know if you have any questions, I hope this helps!
Best,
Zeke