User 86810cf9fa
25-09-2006 19:00:30
Dear support,
I would like to determine for a molecule if its configuration is like my xml configuration or not. For example:
This my xml:
I would like to know if my molecule X have got this configuration "[O-:2][N+:1]=O" or "N=[N:1]#[N:2]" or etc.
Is there a way to do that?
Thanks in advance for your answer.
Best regards,
Severine
I would like to determine for a molecule if its configuration is like my xml configuration or not. For example:
This my xml:
Code: |
<?xml version="1.0" encoding="UTF-8"?> <!-- Standardizer configuration file --> <StandardizerConfiguration Version ="0.1"> <Actions MappingStyle="changing"> <Sgroups ID="ungroup" Act="ungroup"/> <Aromatize ID="aromatize"/> <Reaction ID="nitro" Structure="[O-:2][N+:1]=O>>[O:2]=[N:1]=O"/> <Reaction ID="azide" Structure="N=[N:1]#[N:2]>>N=[N+:1]=[N-:2]"/> <Reaction ID="ammoniumhalide" Structure="C[N+:1][H:2].[F,Cl,Br,I;-:3]>>C[N:1]"/> <ImplH ID="dehydrogenize" Optional="true"/> </Actions> </StandardizerConfiguration> |
I would like to know if my molecule X have got this configuration "[O-:2][N+:1]=O" or "N=[N:1]#[N:2]" or etc.
Is there a way to do that?
Thanks in advance for your answer.
Best regards,
Severine