schlaicha / lammps

Public development project of the LAMMPS MD software package

Home Page:http://lammps.sandia.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AS_FEATURE branch of the LAMMPS sorftware package

This is not the official LAMMPS repository!

I introduced a few modifications for personal convenience:

fix_conp

We now include directly the fix files from zhenxingwang/lammps-conp

CAVE

I currently don't want to mess around with cmake, thus you need to manually add the link dependency to BLAS and LAPACK:

cmake . -DCMAKE_CXX_STANDARD_LIBRARIES="-llapack -lblas"

LAMMPS Header

This is the LAMMPS software package.

LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel Simulator.

Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. This software is distributed under the GNU General Public License.


LAMMPS is a classical molecular dynamics simulation code designed to run efficiently on parallel computers. It was developed at Sandia National Laboratories, a US Department of Energy facility, with funding from the DOE. It is an open-source code, distributed freely under the terms of the GNU Public License (GPL).

The primary author of the code is Steve Plimpton, who can be emailed at sjplimp@sandia.gov. The LAMMPS WWW Site at lammps.sandia.gov has more information about the code and its uses.

The LAMMPS distribution includes the following files and directories:

README this file LICENSE the GNU General Public License (GPL) bench benchmark problems cmake CMake build files doc documentation examples simple test problems fortran Fortran wrapper for LAMMPS lib additional provided or external libraries potentials interatomic potential files python Python wrappers for LAMMPS src source files tools pre- and post-processing tools

Point your browser at any of these files to get started:

https://lammps.sandia.gov/doc/Manual.html LAMMPS manual https://lammps.sandia.gov/doc/Intro.html hi-level introduction https://lammps.sandia.gov/doc/Build.html how to build LAMMPS https://lammps.sandia.gov/doc/Run_head.html how to run LAMMPS https://lammps.sandia.gov/doc/Commands_all.html Table of available commands https://lammps.sandia.gov/doc/Library.html LAMMPS library interfaces https://lammps.sandia.gov/doc/Modify.html how to modify and extend LAMMPS https://lammps.sandia.gov/doc/Developer.html LAMMPS developer info

You can also create these doc pages locally:

% cd doc % make html # creates HTML pages in doc/html % make pdf # creates Manual.pdf

About

Public development project of the LAMMPS MD software package

http://lammps.sandia.gov

License:GNU General Public License v2.0


Languages

Language:C++ 80.4%Language:Tcl 7.2%Language:Fortran 4.3%Language:Python 2.3%Language:Cuda 1.7%Language:C 1.4%Language:CMake 0.8%Language:Shell 0.4%Language:Roff 0.3%Language:Perl 0.3%Language:Makefile 0.3%Language:Rich Text Format 0.2%Language:Arc 0.1%Language:Jupyter Notebook 0.1%Language:MATLAB 0.0%Language:SWIG 0.0%Language:Emacs Lisp 0.0%Language:xBase 0.0%Language:Metal 0.0%Language:Vim Script 0.0%Language:Objective-C 0.0%Language:AMPL 0.0%Language:Awk 0.0%Language:Gnuplot 0.0%