Constructor(reaction)
bigsmiles.constructors.constructor_reaction.parse_reaction(text)
¶
bigsmiles.constructors.constructor_reaction.split_chemical(bigsmiles_)
¶
Tries to split a BigSMILES at disconnects '.' if it thinks they are different molecules/polymers.
If it can't determine, it won't do anything.
PARAMETER | DESCRIPTION |
---|---|
bigsmiles_ |
bigsmiles which may or may not be made of multiple molecules/polymers seperated by disconnect notation '.'
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
results
|
list of BigSMILES of individual molecules/polymers
TYPE:
|