Categories#

The categories used in the posts so far are:

chemistry (4)#

August 02, 2022 /

Calculating the pH in weak acids

Category: chemistry

I recently had to go over some details on pH-calculations in weak acids. How can we calculate the pH exactly (with concentrations) and when can we not rely on "standard" solution method we learn in general chemistry? Let us find out.
Open post →

Calculating the pH in weak acids
July 21, 2022 /

Visualizing molecular orbitals

Category: chemistry

This is an example of how one can calculate molecular orbitals (with pyscf) and visualize them.
Open post →

Visualizing molecular orbitals
July 21, 2022 /

Highlighting fingerprints with RDKit

Category: chemistry

RDKit can calculate molecular fingerprints and depict the active bits. Here is an example that extends the bit-drawing by RDKit to also show the full molecule.
Open post →

Highlighting fingerprints with RDKit
July 18, 2022 /

Visualizing molecules with RDKit and py3Dmol

Category: chemistry

RDKit and py3Dmol are very useful for working with molecules. Here is a short example of how these libraries can be used to visualize the 3D structure of molecules.
Open post →

Visualizing molecules with RDKit and py3Dmol

chemometrics (1)#

July 28, 2022 /

Predicting solubilities with molecular descriptors

Category: chemometrics

This is an example of using gradient boosting (CatBoost) for predicting solubilities of molecules using molecular descriptors from RDKit.
Open post →

Predicting solubilities with molecular descriptors