chem-dft-orca-singlepoint

Compute single-point DFT energies for molecular structures via ORCA.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, ase, scine_utilities, and includes scripts (resource) components.

What problem does it solve?

It eliminates the manual setup work of running quantum chemistry single-point calculations to obtain accurate electronic energies (and optionally forces and Hessians) for molecular structures.

Core Features & Use Cases

  • DFT Single-Point Energies via ORCA: Computes electronic energy for non-periodic molecular systems using curated defaults through the SCINE wrapper.
  • Optional Gradients (Forces): Produces force vectors and summary statistics for downstream modeling (e.g., force fields fitting, validation).
  • Optional Hessians: Generates a Hessian matrix for vibrational analysis or property calculations requiring second derivatives.
  • Common Extensions: Supports dispersion corrections, implicit solvation (CPCM/SMD), and ORCA post-HF single-point methods (including coupled-cluster variants).

Quick Start

Run a single-point energy calculation for your molecule file by setting ORCA_BINARY_PATH and executing the provided run_singlepoint.py command with the structure path.

Frequently Asked Questions about chem-dft-orca-singlepoint

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

FAQPage Schema
How do I compute ORCA single-point energies for molecular structures?

To compute ORCA single-point energies, you provide an ASE-readable molecular structure and set the ORCA_BINARY_PATH to run the calculation via the SCINE wrapper, which returns structured electronic energy outputs.

Can I calculate DFT gradients and Hessians for non-periodic molecules using ORCA?

Yes, you can calculate DFT gradients and Hessians for non-periodic molecules using ORCA by enabling the optional force and Hessian parameters, producing force vectors and Hessian matrices for downstream analysis.

Does ORCA single-point energy calculation support implicit solvation and dispersion corrections?

Yes, ORCA single-point energy calculation supports implicit solvation models like CPCM or SMD, alongside dispersion corrections, allowing you to customize the electronic environment for accurate molecular energy results.

What do I need to run post-HF single-point calculations with ORCA?

To run post-HF single-point calculations with ORCA, you need a valid ORCA_BINARY_PATH, an ASE-readable molecular structure, and the SCINE wrapper to execute coupled-cluster variants and return structured energy outputs.

Why do I need the SCINE wrapper to run ORCA single-point calculations?

The SCINE wrapper provides curated defaults and structured output formatting for ORCA single-point calculations, eliminating manual setup work for quantum chemistry energies, forces, and Hessians.

What are the limitations of using ORCA for single-point energy calculations on periodic systems?

ORCA single-point energy calculations via the SCINE wrapper are limited to molecular non-periodic structures, meaning you cannot apply this workflow to periodic crystal or bulk material systems.