The generated atom features are ordered as follows:
* atomic number
* degree
* formal charge
* chiral tag
* number of hydrogens
* hybridization
* aromaticity
* mass
Important
Each feature, except for aromaticity and mass, includes a pad for unknown values.
Parameters:
atomic_nums (Sequence[int]) – the choices for atom type denoted by atomic number. Ex: [4,5,6] for C, N and O.
degrees (Sequence[int]) – the choices for number of bonds an atom is engaged in.
formal_charges (Sequence[int]) – the choices for integer electronic charge assigned to an atom.
chiral_tags (Sequence[int]) – the choices for an atom’s chiral tag. See rdkit.Chem.rdchem.ChiralType for possible integer values.
num_Hs (Sequence[int]) – the choices for number of bonded hydrogen atoms.
hybridizations (Sequence[int]) – the choices for an atom’s hybridization type. See rdkit.Chem.rdchem.HybridizationType for possible integer values.