neumannrf / electronic-structure-experiment

Uses the CP2K software package to run DFT simulations on nanoporous materials.
Apache License 2.0
2 stars 0 forks source link

Electronic Structure Experiment

Automated virtual experiment that uses the CP2K software package to run DFT simulations of materials.

Prerequisites

General Prerequisites

Python Prerequisites

Currently the Electronic Structure Experiment is only supported on Linux operating systems.

Installation

  1. Install CP2K, Chargemol, and Conda.
  2. Clone this repository.
  3. Create a Conda environment using the environment.yml file in the root directory of this repository. The environment can be created using the following command: conda env create -f environment.yml.
  4. Activate the Conda environment.

Usage

Currently the Electronic Structure Experiment package can be used to perform the following tasks:

To a list of examples of how to use this repository, see the docs directory.