lammps-mamba141#

LAMMPS#

LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel Simulator. LAMMPS is a classical molecular dynamics simulation code focusing on materials modeling. It was designed to run efficiently on parallel computers and to be easy to extend and modify. Originally developed at Sandia National Laboratories, a US Department of Energy facility, LAMMPS now includes contributions from many research groups and individuals from many institutions. Most of the funding for LAMMPS has come from the US Department of Energy (DOE). LAMMPS is open-source software distributed under the terms of the GNU Public License Version 2 (GPLv2).

Source Specifications#

MolSSI Container Hub Specifications#

  • Image pull command:

    docker pull molssi/lammps-mamba141:latest
    
  • Container run command:

    docker run -it --name lammps -v $(pwd):/home molssi/lammps-mamba141:latest /bin/bash
    

Note

By default, the -v $(pwd):/home option mounts the current working directory to /home in your running container. Doing so, the contents of your current working directory become available in your running container. If you do not wish this to happen, you may simply remove or change this option.

Image Specifications#

  • OS/Arch: debian:bullseye-slim (linux/amd64)

  • Users (UID): root (0)

  • Groups (GID): root (0)

  • Environment variables:

    • CONDA_PREFIX: /opt/conda

    • PATH: ${CONDA_PREFIX}/bin:$PATH

  • Volumes: None

  • Network: None

  • Extras:

    • Added directories: None

    • Important packages installed: mamba 1.4.1