Skip to main content

explode

Function explode 

Source
pub fn explode(
    topo: &Topology,
    compound: CompoundId,
) -> Result<Vec<SolidId>, OperationsError>
Expand description

Extract all solid IDs from a compound.

ยงErrors

Returns an error if the compound ID is invalid.