Recent content by cyberdash
-
C
Implementing the Particle Mesh Ewald method
Or maybe point me to the right place / person to ask?- cyberdash
- Post #2
- Forum: Programming and Computer Science
-
C
Implementing the Particle Mesh Ewald method
I'm currently attempting to implement the "Particle mesh ewald" method for a molecular dynamics simulation. It has the advantage of having an algorithmic complexity of O(n log(n)), compared to a normal O(n^2) complexity for a regular approach. I've been reading through the original papers for...- cyberdash
- Thread
- Mesh Method Particle
- Replies: 1
- Forum: Programming and Computer Science