pycrystal
Utilities for ab initio modeling suite CRYSTAL, developed in Turin University
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Keywords
Repository
Utilities for ab initio modeling suite CRYSTAL, developed in Turin University
Basic Info
Statistics
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 7
- Releases: 1
Topics
Metadata Files
README.md
CRYSTAL ab initio code utilities
Intro
The CRYSTAL is an ab initio solid state modeling suite employing the Gaussian basis sets in the LCAO framework. The pycrystal Python utilities are good for:
- quick logs parsing, getting the maximum information, and presenting it in a systematic machine-readable way
- preparing and handling the Gaussian LCAO basis sets, based on the EMSL and own CRYSTAL libraries
All the popular versions of the CRYSTAL code are supported (CRYSTAL03, CRYSTAL06, CRYSTAL09, CRYSTAL14, and CRYSTAL17).
The pycrystal was tested on about 20k in-house simulation logs for about 700 distinct materials systems, produced with the different CRYSTAL versions. Its development was initiated in 2009 by Maxim Losev at the quantum chemistry chair, chemistry dept. of St. Petersburg State University (Russia) under supervision of Professor Robert Evarestov.
Installation
pip install pycrystal
Usage
Parsing is done as follows:
```python import os, sys from pprint import pprint
from pycrystal import CRYSTOUT
try: sys.argv[1] and os.path.exists(sys.argv[1]) except (IndexError, OSError): sys.exit("USAGE: