chem-dft-orca-advanced-calculation

Generate and run custom ORCA .inp files for advanced quantum chemistry scenarios.

144|21|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/learningmatter-mit/AtomisticSkills --skill chem-dft-orca-advanced-calculation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chem-dft-orca-advanced-calculation
Source: https://github.com/learningmatter-mit/AtomisticSkills/tree/main/.agents/skills/chem-dft-orca-advanced-calculation
Command: npx skills add https://github.com/learningmatter-mit/AtomisticSkills --skill chem-dft-orca-advanced-calculation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of needing advanced ORCA quantum chemistry capabilities that aren’t exposed through higher-level wrappers, by generating a correct ORCA input from scratch and running it end-to-end for custom methods and settings.

Core Features & Use Cases

  • Custom ORCA input construction: Builds .inp files for advanced electronic-structure setups, including multi-reference methods, excited states, relativistic effects, advanced SCF options, and NMR/EPR properties.
  • Deterministic execution workflow: Runs ORCA using the ORCA_BINARY_PATH environment variable and produces a working output directory with standard ORCA artifacts.
  • Structured result extraction: Captures final electronic energy and supports parsing additional properties (energies, orbitals, frequencies, thermochemistry) via the included parser script.

Quick Start

Ask the AI to run an advanced ORCA calculation by providing your desired ORCA keywords and an XYZ file, then execute the skill runner to produce calculation_results.json and parsed outputs.

Frequently Asked Questions about chem-dft-orca-advanced-calculation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate custom ORCA input files for advanced quantum chemistry methods?

To generate custom ORCA input files for advanced quantum chemistry methods, provide your desired ORCA keywords and an XYZ geometry file. The Skill constructs the `.inp` file using an `!` keyword line and `* xyzfile` coordinates for specialized electronic-structure setups.

Can I run multi-reference and excited-state DFT calculations using a user-provided molecule geometry?

Yes, you can run multi-reference, excited-state, and relativistic DFT calculations using a user-provided molecule geometry. The Skill applies these specialized ORCA configurations by building custom input files from your XYZ coordinates.

What's the best way to parse ORCA output for energies, orbitals, and thermochemistry?

The best way to parse ORCA output for energies, orbitals, and thermochemistry is using the provided output parser script. It extracts structured data from the calculation results, capturing final electronic energy and additional molecular properties.

Does this ORCA quantum chemistry runner require specific environment setup?

Yes, this ORCA quantum chemistry runner requires specific environment setup. You must define the `ORCA_BINARY_PATH` environment variable so the Skill can execute ORCA deterministically and produce a working output directory with standard calculation artifacts.

Why use custom ORCA input construction instead of standard calculation wrappers?

Use custom ORCA input construction instead of standard wrappers when you need advanced electronic-structure capabilities like NMR/EPR properties or advanced SCF options. Standard wrappers often lack the settings required for these specialized multi-reference and relativistic configurations.