<div dir="ltr">Hello everyone,<div><br></div><div>I know that Feature #1347 talks about the necessary steps to get tables into Verlet (pasted below). I&#39;m curious to know where this sits. I&#39;m happy to contribute where (if) I can, but don&#39;t see clearly where to jump in. Have the points of the list been integrated into redmine feature requests? Have any of these been implemented yet?</div><div><br></div><div>Thanks,</div><div>Adriaan Riet</div><div><br></div><div><p style="color:rgb(51,51,51);font-family:Verdana,sans-serif;font-size:12px">Things to do (roughly in order):</p><ul style="margin-bottom:1em;color:rgb(51,51,51);font-family:Verdana,sans-serif;font-size:12px"><li>support regressiontests being able to read tables from grompp or mdrun, so that new functionality in the code doesn&#39;t need matching changes to the other repo for valid testing in the few cases where they use tables (<code style="font-family:Consolas,Menlo,&quot;Liberation Mono&quot;,Courier,monospace">*CSTab*</code> in group-scheme kernels)</li><li>add integration tests, e.g. a Martini-style(?) non-bonded, and several kinds of bonded interactions</li><li>extract code from mdlib (particularly init_forcerec) so that it is callable at grompp time, make sure grompp can issue all notes and warnings, permit mdrun to repeat any of those that it might need to. Keep code for making hardware-specific layout decisions in mdrun, because we won&#39;t know whether the kernels need tables for CPUs or GPUs until then. If we can do it without significant loss of accuracy, grompp should handle any regularization of the user input (e.g. by constructing and testing CPU and GPU tables, if necessary).</li><li>move e.g. dihedral-interaction table reading to grompp, bump .tpr version, write to .tpr, read in mdrun, add infrastructure to support gmx check and gmx dump on new .tpr contents</li><li>move angle- and bond-interaction table reading to grompp, probably another .tpr version bump</li><li>move short-range interaction tables to grompp for group scheme</li><li>extend <code style="font-family:Consolas,Menlo,&quot;Liberation Mono&quot;,Courier,monospace">[pairs]</code> to permit atom-type pairs to use an interaction shape read from a table, e.g. from a file named on that line of the topology. Should we have a per-pair-type scaling parameter? Requirements for simulations that use only user tables, and those that mix user tables with normal short-ranged interaction types probably differ.</li><li>add Verlet-scheme table-support infrastructure</li><li>add CPU kernels (hopefully in new scheme)</li><li>add GPU kernels (recycle from Alfredo&#39;s patch in gerrit)</li><li>after some time passes and master branch rebases enough, remove workaround from regressiontests (which is anyway only needed for group-scheme kernel testing)</li></ul></div></div>