Structure match

Structure match

Identity

is_identical(mol1::VectorMol, mol2::VectorMol)

Return whether mol1 and mol2 are identical in chemical structure.

source

Sub/Superstructure

is_substruct(mol1::VectorMol, mol2::VectorMol)

Return whether mol1 is a substructure of mol2.

source
is_superstruct(mol1, mol2)

Return whether mol1 is a superstructure of mol2.

source

Molecular query

is_querymatch(mol, query; kwargs...)

Return whether mol matches with the query.

source