pysimm is an open-source object-oriented Python package for molecular simulations.
It handles data organization for particles, force field parameters, and simulation settings
so you can focus on developing your simulation workflow. For a detailed reference document, see the
Documentation page.
Create long linear polymer chains structures modeled with common atomistic force fields.
The random walk application in pysimm makes it easy to turn a reference repeat unit into a system of long, linear polymer chains.
See the random_walk application
section of the reference document for more information.
pysimm integrates smoothly with LAMMPS for performing large-scale particle based molecular
simulations. Although still fully customizable, many simulation parameters are intelligently
inferred from a molecular system definition to simplify the simulation setup process. You can choose to
prepare raw LAMMPS input files yourself or use pysimm classes to easily set up complex simulation algorithms.
The interaction with software packages uses an abstract object-oriented design that allows simulations to be provided as adjustable parameters for applications. Simulation Python objects can be swapped in and out of application workflows. See the lmps module section of the reference document for more information.
The abstract Simulation architecture has been extended to support simulation with the Cassandra monte carlo software package.
Grand canonical monte carlo simulations can be performed on pysimm System objects, enabling iterative Monte Carlo-Molecular Dynamics
workflows to study the relaxation of materials upon adsorption of small molecules. See the examples in the source
code repository and the documentation for more information.
pysimm includes parameters for various atomistic force fields in an organized, searchable database that can be
programatically used to update topology information for pysimm system structures. Choose to use simple typing rules
to assign particle types, or manually choose the appropriate ones. Then let pysimm do the rest of the work, automatically
updating bond topologies from the force field database. See
the forcefield package section of
the reference document for more information.
The source code and development can be viewed at our GitHub repository. pysimm is licensed under the MIT License.