Closed tylerjereddy closed 1 week ago
hi @tylerjereddy the OPLS topology file does not include the same atomtype labels as referenced in the itp file. I think antechamber assign new labels when it generates an OPLS topolgy. If you use the topology from my branch it should work. Let me know if it doesn't.
Since you have all bonded interactions defined in the itp file it should also be OK to just add the missing entries on top of the OPLS force field file. The cross interactions are determined by combination rules anyways.
@fgrunewald ah very nice, looks like I just need to add smiles_molecule.acpype/smiles_molecule_GMX.itp
to my includes and it works, at least for a small test polymer. Ok, I'll close this then, that's basically user error I guess, thanks.
@fgrunewald @pckroon @ricalessandri thanks for all the help with gh-390 so far--I'm now stuck on the last step--generating the final SEBS polymer coordinate file with
gen_coords
. I ran into an issue over the weekend so I created another minimum viable reproducer repo at https://github.com/tylerjereddy/polyply_gen_coords_sebs_repro where you can runpython repro.py
in a Python env that has the abovepolyply
branch installed to reproduce the traceback below the fold.Also, feel free to ask me to do some work here--if you think it is a bug and needs a regression test I can try to take a look with some guidance. Or maybe it is just user error?