Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ChemParse/ChemParse

Repository files navigation

ChemParse

logo

About

Package for extracting the data from ORCA .out, GPAW .txt files and many more.

This package is not only made to extract the data from premade extraction patterns but is mostly aimed toward the creation of user extraction patterns from the unknown blocks, to warranty the extraction from the outputs from the different ORCA versions.

It prevents the extraction of the data from incorrect parts of the output and creates the marking of the document.

Python

Example of the pandas.DataFrame with the extracted data, both premade and created by a user. See examples for more details.

python

Scripts

The data can be extracted from the shell (see examples):

scipt

HTML

Conversion of .out files into interactive HTML with block markup is available (see examples):

html

Here is a fixed version of the installation instructions:


Installation

Install from PyPI

You can install the package directly from PyPI:

pip install pychemparse

Install from GitHub

Alternatively, you can clone the repository and install it manually:

git clone https://github.com/ChemParse/ChemParse.git
cd ChemParse
pip install .

This version corrects the directory change (cd ChemParse instead of cd pychemparse) and makes the instructions clearer.