Simpatico
v1.10
|
1.1 Goals (Prev) 1.3 Contributors (Next)
All simpatico programs use a potential energy that can contain:
Several different choices of potential energy function are provided for the nonbonded pair interaction and for each type of covalent interactions. Others are easily added. To simplify integration of MC and MD algorithms, all programs are currently restricted to models with differentiable potentials (i.e., not hard spheres), with no constraints on bond lengths or bond angles. The default version of each program currently includes only non-bonded pair interactions and covalent bond interactions. Other types of interactions can be enabled by setting appropriate flags and recompiling.
Classes that represent particular potential energy functions, such as a Lennard-Jones pair potential, are referred to in simpatico as "interactions". The source files for all interaction classes are in src/simp directory, and all such classes are defined in the "Simp" C++ namespace. The same set of interaction classes is available for use in the mcSim, mdSim, and ddSim programs.
Long-range electrostatic potentials have not yet been implemented in any of the simpatico programs. This is now the most important missing feature.
For single-processor MD simulations, mdSim currently provides the following integrators:
For parallel domain-decomposition Md simulations, ddSim currently provides:
All of the MD integrators except the mdSim DPD integrator use reversible, symplectic algorithms. The ddSim NPT integrator allows constant pressure simulations to be carried out in cubic, tetragonal or orthorhombic simulation cells, with one, two, or three independent cell dimensions.
For single-processor Monte-Carlo simulation, mcSim currently provides the following MC moves:
The configuration bias and rebridging move algorithms were all designed for use with flexible bead-spring models of polymers, and have been not modified for use with chemicall realistic models with strong angle potentials.
Simpatico is distributed with a collection of classes for statistical analysis, referred to as "analyzers". The classes available for use with the single-processor mcSim and mdSim programs include classes that evaluate:
All mcSim and mdSim data analysis classes can be used either on-the-fly, during a simulation, or for post-processing of a trajectory file or a sequence of configuration dump files. Postprocessing is done by the the mcSim and mdSim programs, by invoking a command that replaces the main simulation loop by a loop that reads a sequence of configurations from file.
A smaller set of analyzers is distributed for use on-the-fly with ddSim. Classes are available to evaluate thermodynamic properties (energy contributions and stress components) and structure factors. MD trajectories from ddSim simulations can also be post-processed by using mcSim or msSim as analysis tools.
1.1 Goals (Prev) 1 About (Up) 1.3 Contributors (Next)