All Projects → m3g → packmol

m3g / packmol

Licence: MIT license
Packmol - Initial configurations for molecular dynamics simulations

Programming Languages

fortran
972 projects
tcl
693 projects
Makefile
30231 projects

Projects that are alternatives of or similar to packmol

Openff Toolkit
The Open Forcefield Toolkit provides implementations of the SMIRNOFF format, parameterization engine, and other tools. Documentation available at http://open-forcefield-toolkit.readthedocs.io
Stars: ✭ 138 (+16.95%)
Mutual labels:  molecular-dynamics
fahbench
Folding@home GPU benchmark
Stars: ✭ 32 (-72.88%)
Mutual labels:  molecular-dynamics
nequip
NequIP is a code for building E(3)-equivariant interatomic potentials
Stars: ✭ 312 (+164.41%)
Mutual labels:  molecular-dynamics
Vde
Variational Autoencoder for Dimensionality Reduction of Time-Series
Stars: ✭ 148 (+25.42%)
Mutual labels:  molecular-dynamics
Pyemma
🚂 Python API for Emma's Markov Model Algorithms 🚂
Stars: ✭ 200 (+69.49%)
Mutual labels:  molecular-dynamics
openmm-tutorials
Quickstart Python tutorials helping molecular dynamics practitioners get up to speed with OpenMM
Stars: ✭ 37 (-68.64%)
Mutual labels:  molecular-dynamics
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (+4.24%)
Mutual labels:  molecular-dynamics
CellListMap.jl
Flexible implementation of cell lists to map the calculations of particle-pair dependent functions, such as forces, energies, neighbour lists, etc.
Stars: ✭ 62 (-47.46%)
Mutual labels:  molecular-dynamics
Tensormol
Tensorflow + Molecules = TensorMol
Stars: ✭ 226 (+91.53%)
Mutual labels:  molecular-dynamics
physical validation
Physical validation of molecular simulations
Stars: ✭ 37 (-68.64%)
Mutual labels:  molecular-dynamics
Pyiron
pyiron - an integrated development environment (IDE) for computational materials science.
Stars: ✭ 153 (+29.66%)
Mutual labels:  molecular-dynamics
Chemlab
The chemistry library you were waiting for
Stars: ✭ 187 (+58.47%)
Mutual labels:  molecular-dynamics
fftool
Tool to build force field input files for molecular simulation.
Stars: ✭ 84 (-28.81%)
Mutual labels:  molecular-dynamics
Hoomd Blue
Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
Stars: ✭ 143 (+21.19%)
Mutual labels:  molecular-dynamics
calphy
A Python library and command line interface for automated free energy calculations
Stars: ✭ 28 (-76.27%)
Mutual labels:  molecular-dynamics
Espresso
The ESPResSo package
Stars: ✭ 130 (+10.17%)
Mutual labels:  molecular-dynamics
awesome-molecular-dynamics
😎 A curated list of awesome Molecular Dynamics libraries, tools and software.
Stars: ✭ 76 (-35.59%)
Mutual labels:  molecular-dynamics
enspara
Modeling molecular ensembles with scalable data structures and parallel computing
Stars: ✭ 28 (-76.27%)
Mutual labels:  molecular-dynamics
wepy
Weighted Ensemble simulation framework in Python
Stars: ✭ 38 (-67.8%)
Mutual labels:  molecular-dynamics
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+5.08%)
Mutual labels:  molecular-dynamics

Packmol

Packmol - Creates Initial Configurations for Molecular Dynamics Simulations

This page contains the version history of Packmol. You can download packmol from this page, but give preference to the official Packmol page:

http://m3g.iqm.unicamp.br/packmol

What is Packmol

Packmol creates an initial point for molecular dynamics simulations by packing molecules in defined regions of space. The packing guarantees that short range repulsive interactions do not disrupt the simulations.

The great variety of types of spatial constraints that can be attributed to the molecules, or atoms within the molecules, makes it easy to create ordered systems, such as lamellar, spherical or tubular lipid layers.

The user must provide only the coordinates of one molecule of each type, the number of molecules of each type and the spatial constraints that each type of molecule must satisfy.

The package is compatible with input files of PDB, TINKER, XYZ and MOLDY formats.

Usage

User guide, examples, and tutorials, are available at: http://m3g.iqm.unicamp.br/packmol

Installation instructions

Downloading

  1. Download the .tar.gz or .zip files of the latest version from: https://github.com/m3g/packmol/releases

  2. Unpack the files, for example with:

    tar -xzvf packmol-20.12.0.tar.gz

    or

    unzip -xzvf packmol-20.12.0.zip

    substituting the 20.12.0 with the correct version number.

Using make

  1. Go into the packmol directory, and compile the package (we assume gfortran or other compiler is available):

    cd packmol
    ./configure [optional: path to fortran compiler]
    make
  2. An executable called packmol will be created in the main directory. Add that directory to your path.

Using the Fortran Package Manager (fpm)

  1. Install the Fortran Package Manager from: https://fpm.fortran-lang.org/en/install/index.html#install

  2. Go into the packmol directory, and run:

    fpm install --profile release

    this will compile and send the executable somewhere in your PATH. By default (on Linux systems) it will be ~/.local/bin. Making it available as a packmol command anywhere in your computer.

    fpm will look for Fortran compilers automatically and will use gfortran as default. To use another compiler modify the environment variable FPM_FC=compiler, for example for ifort, use in bash, export FPM_FC=ifort.

References

Please always cite one of the following references in publications for which Packmol was useful:

L Martinez, R Andrade, EG Birgin, JM Martinez, Packmol: A package for building initial configurations for molecular dynamics simulations. Journal of Computational Chemistry, 30, 2157-2164, 2009. (http://www3.interscience.wiley.com/journal/122210103/abstract)

JM Martinez, L Martinez, Packing optimization for the automated generation of complex system's initial configurations for molecular dynamics and docking. Journal of Computational Chemistry, 24, 819-825, 2003. (http://www3.interscience.wiley.com/journal/104086246/abstract)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].