Skip to main content
Glama

submit_basic_calculation_workflow

Submit quantum chemistry calculations for molecules to compute energies, optimize geometries, and perform fundamental computational tasks using configurable methods and engines.

Instructions

Submit a basic calculation workflow using Rowan v2 API.

Performs fundamental quantum chemistry calculations with configurable methods and computational tasks. Returns a workflow object for tracking progress.

Examples: # Isoprene Energy result = submit_basic_calculation_workflow( initial_molecule="CC(=C)C=C", method="uma_m_omol", tasks='["energy"]', engine="omol25", name="Isoprene Energy" )

# Constrained Butane result = submit_basic_calculation_workflow( initial_molecule="CCCC", method="gfn2_xtb", tasks='["optimize"]', engine="xtb", name="Constrained Butane" ) # Aspirin optimization result = submit_basic_calculation_workflow( initial_molecule="CC(=O)Oc1ccccc1C(=O)O", method="uma_m_omol", tasks='["optimize"]', engine="omol25", name="Aspirin Optimization" )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
initial_moleculeYesSMILES string or molecule JSON for quantum chemistry calculation
methodNoComputational method (e.g., 'gfn2-xtb', 'uma_m_omol', 'b3lyp-d3bj')uma_m_omol
tasksNoJSON array or comma-separated list of tasks (e.g., '["optimize"]', 'optimize, frequencies')
engineNoComputational engine: 'omol25', 'xtb', 'psi4'omol25
nameNoWorkflow name for identification and trackingBasic Calculation 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