When using a GPU to accelerate NAMD, what are the drawbacks of using a single-precision GPU?

I see that NAMD has versions for both double precision and single precision GPUs. Single-precision GPUs are attractive because they are less expensive. Can someone say how the lower precision would affect the quality of my simulation results?

Single-precision simulations can have issues with momentum drift and energy conservation. Depending on what questions you are hoping to answer with your simulations, these may be small issues or very big issues.

With AMBER, single precision was not sufficiently accurate (as mentioned energy conservation, etc) so a mixed single precision / fixed precision model was implemented that is actually more accurate than the double precision and deterministic (so can be used to debug bad GPUs). We run AMBER on commodity GPUs all the time… Note that if there are large forces (bad initial geometry) we can blow the bounds of the SP/FP model so initial minimizations and equilibration should go on CPUs first. For comparisons of the various implementations see: https://pubmed.ncbi.nlm.nih.gov/26592383/