Skip to content

dellelce/gpaw-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0768485 · Dec 28, 2024
Aug 3, 2018
Aug 10, 2018
Aug 10, 2018
Aug 22, 2018
Dec 28, 2024
Dec 15, 2019
Aug 11, 2018
Aug 11, 2018
Aug 11, 2018
Jun 21, 2019
Aug 5, 2018
Aug 7, 2018
Aug 31, 2020
Aug 31, 2020

Repository files navigation

gpaw-docker

This repo provides docker containers with GPAW (A Density Functional Theory software based on the Projector Augmented Wave method and a real space grid).

Components

It uses the following:

  • Alpine Linux
  • Latest Apache httpd available (install path: /app/httpd)
  • or uWSGI (image dellelce/gpaw-uwsgi)
  • Latest Python 3.7 available (install path: /app/httpd)
  • Latest GPAW (install path: /app/gpaw)

Volumes

Datasets

  • Approximation of core (non-valence) electrons (see Specification).
  • Default path: /app/gpaw/datasets

Executions

  • Contains result of GPAW executions
  • Default path: /app/gpaw/executions

Usage

So you can either use the images to run gpaw directy or use the images to develop python code to call GPAW (which is a python package).