Mine oxidation states for structures from the (MOF) subset of the CSD and calculate features for them. Runscripts are automatically installed for the most important steps. Some of these runscripts contain hard coded paths, that would need to be updated. This code generates inputs that can be used with the learnmofox package to replicate our work [1].
If you're just interested in using a pre-trained model, the oximachinerunner package.
⚠️ Warning: For the mining of the oxidation states, you need the CSD Python API. You need to export theCSD_HOME
path. Due to the licensing issues, this cannot be done automatically.
The commands below automatically install several command-line tools (CLI) which are detailed below.
The full process should take some seconds.
To install the latest version of the software with all dependencies, you can use
pip install git+https://github.com/kjappelbaum/oximachine_featurizer.git
pip install oximachine_featurizer
To run the default featurization on one structure you can use the CLI
run_featurization <structure> <outdir>
for each metal center this should take seconds if there is no disorder.
Some output can be found on the MaterialsCloud Archive (doi: 10.24435/materialscloud:2019.0085/v1 ).
More details can be found in the documentation.
The use of the main functions of this package is shown in the Jupyter Notebook in the example directory. It contains some example structures and the output, which should be produces in seconds.
For testing, you can---as it is done for the continuous integration (CI)---use pytest
and run the files in the test
directory. For example
pip install pytest
pytest test/main
[1] Jablonka, Kevin Maik; Ongari, Daniele; Moosavi, Seyed Mohamad; Smit, Berend (2020): Using Collective Knowledge to Assign Oxidation States. ChemRxiv. Preprint. https://doi.org/10.26434/chemrxiv.11604129.v1