cagey.Precursor#

class cagey.Precursor(name, smiles)[source]#

Bases: object

A reaction precursor.

Parameters:
  • name (str) – The name of the precursor.

  • smiles (str) – The SMILES string of the precursor.

Methods

Attributes

name

The name of the precursor.

smiles

The SMILES string of the precursor.

name: str#

The name of the precursor.

smiles: str#

The SMILES string of the precursor.