Bond specific search options
In this document the search options concerning bonds are summarized and their usage is shown in different search interfaces.
|
Exact bond matchingSpecifies whether bond types should match exactly. If set to true, bond types must match exactly. For example "single or double" matches only "single or double", but matches neither "single" nor "double". Default value is false or n in case of all search types except duplicate search. |
MolSearchOptions searchOptions = new MolSearchOptions(SearchConstants.SUBSTRUCTURE); JChemSearchOptions searchOptions = new JChemSearchOptions(SearchConstants.SUBSTRUCTURE); Use the following command line parameter: --exactBondMatching:y/n |
|
See the availability of the option in further ChemAxon products: |
Vague bond search levelsThis option gives the opportunity of less strict evaluation of query bonds. See the details of vague bond search here. |
MolSearchOptions searchOptions = new MolSearchOptions(SearchConstants.SUBSTRUCTURE); JChemSearchOptions searchOptions = new JChemSearchOptions(SearchConstants.SUBSTRUCTURE);
Use the following command line parameter: --vagueBond:n/h/1/2/3/4
|
|
See the availability of the option in further ChemAxon products: |