User 870ab5b546
09-12-2006 15:29:45
Hi,
What does "canonical resonance form" mean to you? I thought it meant "best resonance form", but apparently not. When I submit (CH3)2C+OH to the resonance plugin:
it properly returns (CH3)2C=OH+. But when I submit (CH3)2C=OH+, which is itself the best canonical resonance form, it returns (CH3)2C+OH. From this behavior, it seems that you define "canonical resonance form" as "best resonance form other than the one submitted".
I would like the submitted resonance form to be included in the list of returned resonance forms. If the submitted resonance form is the best, then it should be first in the list of returned resonance forms.
-- Bob
What does "canonical resonance form" mean to you? I thought it meant "best resonance form", but apparently not. When I submit (CH3)2C+OH to the resonance plugin:
Code: |
resPlugin.setMolecule(molecule); resPlugin.setTakeCanonicalForm(true); resPlugin.run(); Molecule molRes = resPlugin.getStructure(0); |
it properly returns (CH3)2C=OH+. But when I submit (CH3)2C=OH+, which is itself the best canonical resonance form, it returns (CH3)2C+OH. From this behavior, it seems that you define "canonical resonance form" as "best resonance form other than the one submitted".
I would like the submitted resonance form to be included in the list of returned resonance forms. If the submitted resonance form is the best, then it should be first in the list of returned resonance forms.
-- Bob