Skip to main content

quasigraph: Chemical and Geometric Descriptor Toolkit for Machine Learning Models.

Project description

PyPI - License PyPI

Quasigraph is an open-source toolkit designed for generating chemical and geometric descriptors to be used in machine learning models.

Installation

The easiest method to install quasigraph is by utilizing pip:

$ pip install quasigraph

Getting started

from ase.build import molecule
from quasigraph import QuasiGraph

# Initialize an Atoms object for water using ASE's molecule function
atoms = molecule('CH3OH')

# Instantiate a QuasiGraph object containing chemical and coordination numbers
qgr = QuasiGraph(atoms)

# Convert the QuasiGraph object into a pandas DataFrame
df = qgr.get_dataframe()

# Convert the QuasiGraph object into a vector
vector = qgr.get_vector()

Descriptor

The descriptor can be separated into two parts, a chemical part and a geometric part.

Chemical part

The chemical part of the descriptor employs the Mendeleev library, incorporating atomic details like the group, period, covalent radius, and Pauling electronegativity for every element within the object.

For example, for methanol (CH3OH) we have the table:

group_id period covalent_radius en_pauling
0 14 2 0.75 2.55
1 16 2 0.63 3.44
2 1 1 0.32 2.2
3 1 1 0.32 2.2
4 1 1 0.32 2.2
5 1 1 0.32 2.2

Geometric part

The geometric part involves identifying all bonds and computing the coordination numbers for each atom, indicated as CN1. Additionally, the generalized coordination number (CN2) is determined by summing the coordination numbers of the neighboring ligands for each atom and normalizing this sum by the highest coordination number found in the molecule.

Figure 1 - Schematic representation of the methanol molecule, indicating the chemical symbol and coordination number (CN1) for every atom.

For example, for methanol (CH3OH) we have the the geometric data, as shown in Fig. 1.

CN1 CN2
4 1.25
2 1.25
1 1.00
1 0.50
1 1.00
1 1.00

License

This is an open source code under MIT License.

Acknowledgements

We thanks financial support from FAPESP (Grant No. 2022/14549-3), INCT Materials Informatics (Grant No. 406447/2022-5), and CNPq (Grant No. 311324/2020-7).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quasigraph-23.11.4.tar.gz (210.0 kB view hashes)

Uploaded Source

Built Distribution

quasigraph-23.11.4-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page