mopac220-mamba141#

MOPAC#

MOPAC (Molecular Orbital PACkage) is a semiempirical quantum chemistry program based on Dewar and Thiel’s NDDO approximation.

Source Specifications#

MolSSI Container Hub Specifications#

  • Image pull command:

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

    docker run -it --name mopac -v $(pwd):/home molssi/mopac220-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, linux/arm64)

  • 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