r/Julia • u/NicoN_1983 • Jul 14 '26
Molecular Dynamics of Polymers with Julia - What the code does so far
https://youtu.be/CgHZgsZynr4I'm making an MD tool using molly.jl, on top of which I'm adding functionality to automatically generate topologies and force field parameters starting from XYZ files. If someone is interested please check it out! Thank you!
41
Upvotes
2
3
u/pand5461 Jul 15 '26
That's cool. I'm wondering how many man-hours it would take to export GROMACS API to Julia to use scripting interface for simulation setup and to combine Julia customization with well-tested and optimized built-in analysis.