Skip to main content
Glama

submit_irc_workflow

Submit an Intrinsic Reaction Coordinate workflow to analyze reaction pathways using computational chemistry methods.

Instructions

Submits an Intrinsic Reaction Coordinate (IRC) workflow to the API.

Args: initial_molecule: SMILES string for IRC calculation method: Computational method for IRC. Options: 'uma_m_omol', 'gfn2_xtb', 'r2scan_3c' preopt: Whether to pre-optimize the transition state before IRC step_size: Step size for IRC path tracing in Bohr (typically 0.03-0.1) max_irc_steps: Maximum number of IRC steps in each direction from TS name: Workflow name for identification and tracking folder_uuid: UUID of folder to organize this workflow. Empty string uses default folder. max_credits: Maximum credits to spend on this calculation. 0 for no limit.

Returns: Workflow object representing the submitted IRC workflow

Example: # HNCO + H₂O IRC result = submit_irc_workflow( initial_molecule="N=C([O-])[OH2+]", name="HNCO + H₂O - IRC", preopt=False )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
initial_moleculeYesSMILES string for IRC calculation
methodNoComputational method for IRC (e.g., 'uma_m_omol', 'gfn2_xtb', 'r2scan_3c')uma_m_omol
preoptNoWhether to pre-optimize the transition state before IRC step
step_sizeNoStep size for IRC path tracing in Bohr (typically 0.03-0.1)
max_irc_stepsNoMaximum number of IRC steps in each direction from TS
nameNoWorkflow name for identification and trackingIRC Workflow
folder_uuidNoUUID of folder to organize this workflow. Empty string uses default folder
max_creditsNoMaximum credits to spend on this calculation. 0 for no limit

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-yenko/rowan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server