analyze_molecular_complexity
Evaluate molecular complexity and synthetic accessibility for chemical compounds using PubChem CID to assess synthesis feasibility and structural complexity.
Instructions
Analyze molecular complexity and synthetic accessibility
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cid | Yes | PubChem Compound ID (CID) |
Input Schema (JSON Schema)
{
"properties": {
"cid": {
"description": "PubChem Compound ID (CID)",
"type": [
"number",
"string"
]
}
},
"required": [
"cid"
],
"type": "object"
}