Skip to content

robinzyb/cp2kdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b655108 · Feb 14, 2025
Jul 12, 2024
Feb 14, 2025
Dec 16, 2024
Dec 14, 2024
Aug 26, 2024
Oct 20, 2023
Dec 29, 2023
Jan 14, 2022
Aug 30, 2024
Dec 14, 2024
Dec 29, 2023

Repository files navigation

CP2KData

Python package Coverage Status pythonv pypiv PyPI - pip install Conda Downloads

A Python Package to postprocess cp2k data, including cube, pdos, output files

Installation

From pip

pip install cp2kdata

From source

One can download the source code of cp2kdata by

git clone https://github.com/robinzyb/cp2kdata.git cp2kdata

then use pip to install the module from source

cd cp2kdata
pip install .

Manipulate CP2K Files

Additional Features

Feature Request

Any advice is welcome. If you would like to request a new feature, please open an issue in github and upload example input and output files.

Developer

set environment variable CP2KDATA_LOG_LEVEL to DEBUG to get the complete information.