pub fn explode( topo: &Topology, compound: CompoundId, ) -> Result<Vec<SolidId>, OperationsError>
Extract all solid IDs from a compound.
Returns an error if the compound ID is invalid.