Quandarium is a work in process. It doesn't reach its first stable version yet and its source code is changing every week. Use at your own risk.
This package present several tools to deal with Quantum Chemistry (QC) data of molecular systems (non-periodic):
- Extraction from QC calculations;
- Molecular analysis, seuch as effective coordination bonds and exposed area;
- AtoMF (Atomic to Molecular Featurization);
- Correlation analysis and correlation significance analysis with bootstrap.
First, download the package:
cd
git clone https://github.com/johnatanmucelini/Quandarium.git
Then, add the following lines at the top of your python code:
import sys
sys.path.append('~/Quandarium/')
import quandarium as qd
I will improve this section further.
The following python packages are prerequisites:
- numpy
- scipy
- pandas
- atomic simulation environment
- scikit-learn
- matplotlib
- seaborn
If you employ Anaconda package management, you can install the packages with the following commands:
conda install pandas numpy scipy matplotlib seaborn scikit-learn
conda install -c conda-forge ase
The following papers have employed this package:
-
Methane dehydrogenation on 3d 13-atom transition-metal clusters: A density functional theory investigation combined with Spearman rank correlation analysis. Fuel, 2020, 275, 117790. DOI: 10.1016/j.fuel.2020.117790
-
Ab Initio Insights Into the Formation Mechanisms of 55-Atom Pt-Based Core-Shell Nanoalloys. The Journal of Physical Chemistry, 2020, 124, 1, 1158-1164. DOI: 10.1021/acs.jpcc.9b09561
-
Ab initio insights into the structural, energetic, electronic, and stability properties of mixed CenZr15-nO30 nanoclusters, Physical Chemistry Chemical Physics, 2019, 21, 26637-26646. DOI: 10.1039/C9CP04762J
Please, if you employed the Quandarium package, cite us:
Correlation-Based Framework for Extraction of Insights from Quantum Chemistry Databases: Applications for Nanoclusters. Journal of Chemical Information and Modeling, 2021, 61 (3), 1125-1135. DOI: 10.1021/acs.jcim.0c01267
Fell free to contact me by email: