Recent content by cyberdash

  1. C

    Implementing the Particle Mesh Ewald method

    Or maybe point me to the right place / person to ask?
  2. 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...
Back
Top