JuliaMolSim / Molly.jl

Molecular simulation in Julia
Other
371 stars 51 forks source link

Particle Mesh Ewald #178

Open ejmeitz opened 1 month ago

ejmeitz commented 1 month ago

A work in progress implementation of Smooth Particle Mesh Ewald on a GPU:

SPME follows the original paper: A_Smooth_Particle_Mesh_Ewald_Method (2).pdf

Currently the missing major components are:

Minor things:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 196 lines in your changes are missing coverage. Please review.

Project coverage is 69.26%. Comparing base (fb1143a) to head (a2013f3).

Files Patch % Lines
...ng_range_interactions/SPME/charge_interpolation.jl 0.00% 106 Missing :warning:
src/long_range_interactions/SPME/bsplines.jl 0.00% 54 Missing :warning:
src/long_range_interactions/SPME/SPME.jl 0.00% 35 Missing :warning:
src/long_range_interactions/SPME/particle_mesh.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ========================================== - Coverage 71.76% 69.26% -2.51% ========================================== Files 37 41 +4 Lines 5536 5732 +196 ========================================== - Hits 3973 3970 -3 - Misses 1563 1762 +199 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.