GithubHelp home page GithubHelp logo

icamps / packmol Goto Github PK

View Code? Open in Web Editor NEW

This project forked from m3g/packmol

0.0 0.0 0.0 7.03 MB

Packmol - Initial configurations for molecular dynamics simulations

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

License: MIT License

Shell 0.51% Fortran 74.15% Tcl 23.83% Makefile 1.28% CMake 0.23%

packmol's Introduction

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)

packmol's People

Contributors

lmiq avatar fedebenelli avatar haozeke avatar chenrui333 avatar susilehtola avatar anjohan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.