Protomol

ProtoMol is a high-performance framework in c++ for rapid prototyping of novel algorithms for molecular dynamics and related applications. Its flexibility is achieved primarily through the use of inheritance and design patterns (object-oriented programming). Performance is obtained by using templates that enable generation of efficient code for sections critical to performance (generic programming). The framework encapsulates important optimizations that can be used by developers, such as parallelism in the force computation. Its design is based on domain analysis of numerical integrators for molecular dynamics (MD) and of fast solvers for the force computation, particularly due to electrostatic interactions. Several new and efficient algorithms are implemented in ProtoMol. Finally, it is shown that ProtoMol’s sequential performance is excellent when compared to a leading MD program, and that it scales well for a moderate number of processors. Binaries and source codes for Windows, Linux, Solaris, IRIX, HP-UX, and AIX platforms are available under open source license at http://protomol.sourceforge.net.
Find Protomol at: http://sourceforge.net/projects/protomol/

Rating: 4.0/5. From 31 votes.
Please wait...
Share
This entry was posted in Theoretical and Computational. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *