A SEAMM plug-in for ORCA
Project description
SEAMM ORCA Plug-in
A SEAMM plug-in for ORCA
Free software: BSD-3-Clause
Documentation: https://molssi-seamm.github.io/orca_step/index.html
Features
A SEAMM plug-in for ORCA, a general-purpose quantum-chemistry program, with an emphasis on accurate molecular calculations such as DLPNO-CCSD(T).
Like the MOPAC and Gaussian steps, the ORCA step is a sub-flowchart: you add an ORCA node to your flowchart and then build a small sub-flowchart of ORCA capabilities inside it. Initially the available capabilities are:
Energy – a single-point energy.
Optimization – a geometry optimization.
Further capabilities (frequencies, properties, …) will be added.
Methods are described by the step’s metadata and can be set either explicitly in the ORCA dialog (similar to the Gaussian step) or, by default, taken from a preceding Model Chemistry step. Basis sets default to ORCA’s built-in families (Pople, Dunning cc, and Karlsruhe def2), with the Basis Set Exchange available as a planned opt-in source.
Acknowledgements
This package was created with the molssi-seamm/cookiecutter-seamm-plugin tool, which is based on the excellent Cookiecutter.
Developed by the Molecular Sciences Software Institute (MolSSI), which receives funding from the National Science Foundation under award CHE-2136142.
History
- 2026.7.8 – Ordered basis-set list and complete-basis-set (CBS) extrapolation
The basis-set list is now ordered by family and, within a family, into valence / polarization / diffuse ladders that each rise DZ -> TZ -> QZ -> 5Z, so a sensible progression is a single ladder read top to bottom.
New complete-basis-set (CBS) extrapolation on the Energy step: set ‘Basis-set extrapolation’ to 2/3, 3/4, or 4/5 and pick a family (cc, aug-cc, def2, or ANO). This is a single ORCA job (its Extrapolate keyword) that runs both basis sets and extrapolates the SCF and correlation parts. When it is on, the fixed basis set is ignored, and gradients are not available (ORCA has no gradient for an extrapolated energy).
The CBS control is hidden for the Optimization step, which needs a gradient that an extrapolated energy does not provide.
- 2026.7.6.1 – Bugfix: parallel execution and DFT functionals via Model Chemistry
Bugfix: the library-path (and orca-path) settings were read under the wrong key and so were ignored; they are now applied. The matching OpenMPI ‘mpirun’ (the sibling ‘bin’ of library-path) is put on PATH so ORCA launches its workers with the correct OpenMPI – a mismatched one (e.g. a newer system OpenMPI) causes parallel runs to abort with a BLAS-ERROR. The loader variables are also exported inside the run command so they survive macOS System Integrity Protection. (On macOS ORCA does not pass DYLD_* to its MPI sub-processes, so the OpenMPI libraries must additionally be on the default loader path, e.g. symlinked into /usr/local/lib; see the User Guide.)
Bugfix: the DFT functionals are again selectable through the Model Chemistry step (each functional is offered as a method); this regressed when the functionals moved out of the method list. Keywords containing ‘/’ (e.g. REVDSD-PBEP86-D4/2021) appear with ‘_’ in the model-chemistry string, since ‘/’ is reserved there, and are translated back to the real keyword when the calculation runs.
- 2026.7.6 – All ORCA functionals, forces, database properties, and parallel execution
Density functional theory now offers the complete set of ORCA functionals (117 of them), organized by type: pick a functional type (local, GGA, meta-GGA, hybrid, range-separated hybrid, or double-hybrid) and then the functional itself, including the double hybrids such as REVDSD-PBEP86-D4/2021.
Gradients (forces) are produced with the correct ORCA method automatically: the analytic gradient where ORCA has one, or the numerical gradient where it does not (for example DLPNO-CCSD(T), and the non-self-consistent wB97M(2) and wB97X-2 functionals). A note is printed when the slower numerical gradient is used.
Results can now be saved to the property database, including the gradient, the dipole-moment vector, the Mulliken, Löwdin, and Hirshfeld charges, the Mayer valences, and the rotational constants, in addition to the energies and other scalar results.
The curated basis-set list has been filled out across the Pople, Dunning (correlation-consistent), and Karlsruhe def2 families, including their diffuse and minimally-augmented variants.
Choosing ‘Basis Set Exchange’ as the basis-set source now opens the picker directly (it remains available from the ‘…’ button as well).
ORCA runs in parallel by default, using the cores the machine or batch job provides. The number of cores and the memory per process can be set in the [orca-step] section of orca.ini (the ncores and memory options); parallel runs need ORCA’s OpenMPI runtime, whose location can be given with library-path.
Documentation: a full User Guide covering methods and functionals, basis sets, forces, saving results, and parallel execution.
- 2026.6.28.1 – A Basis Set Exchange basis-set picker
The basis set now uses the shared Basis Set Exchange picker: type a name, pick a common one from the list, or press ‘…’ to browse any basis from the Exchange, filtered to the elements you select on a periodic table. A choice from the Exchange is stored as ‘bse:NAME’, and the element selection is remembered so the picker is restored when the flowchart is reopened.
Bugfix: the basis-set source control no longer appears on its own when the model chemistry is used; it is shown only with an explicit method and basis.
- 2026.6.28 – Properties, gradients, citations, and wavefunction export
Reports many properties from a single calculation: HOMO/LUMO (and the next orbitals) and the gap, the dipole moment, rotational constants, <S^2>, the Mulliken, Löwdin, and Hirshfeld atomic charges, the Mayer bond orders and valences, and the optional dipole polarizability.
The Mayer bond orders and Hirshfeld charges can be written to a CSV file and applied to the structure.
Energy gradients can be requested and are written to Results.json for use by driver steps such as Thermochemistry and Reaction Path.
Full citations for each run: the ORCA program, the DFT functional (from the ORCA manual), the basis set (via the Basis Set Exchange), and the supporting integral and exchange-correlation libraries.
Basis sets can be taken from the Basis Set Exchange, including a ‘bse:NAME’ shorthand that forces a single basis from the Exchange.
Can write an analytic wavefunction (.wfx, via orca_2aim) for a following Atomic Charges step to partition into DDEC6 charges.
Fixed: the Results tab in the GUI was empty; it now lists the available results to save to variables, tables, or JSON.
- 2026.6.27 – Initial release of the ORCA step
A sub-flowchart ORCA plug-in with Energy and Optimization sub-steps.
Single-point energies and geometry optimizations, including DLPNO-CCSD(T).
The method and basis set can be set explicitly, or taken from a preceding Model Chemistry step. Basis sets use ORCA’s built-in families.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orca_step-2026.7.8.tar.gz.
File metadata
- Download URL: orca_step-2026.7.8.tar.gz
- Upload date:
- Size: 348.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f6d52a6708067569a8709dac59b3dd4cc356ea2d8efac7ad8a45e5c08713af3
|
|
| MD5 |
fe30691bc038ac238de9655b72cbdafd
|
|
| BLAKE2b-256 |
dee8f947b52c0cc4d7cbce9f3a0fbe352be4a3d878c6208dd99fdddc59d4e4e2
|
File details
Details for the file orca_step-2026.7.8-py2.py3-none-any.whl.
File metadata
- Download URL: orca_step-2026.7.8-py2.py3-none-any.whl
- Upload date:
- Size: 53.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ec31d13d0fcdc5158ff4823ff02c734072af8e3149ca7f3f711cd9490b32e6d
|
|
| MD5 |
7d64fb85afde78e8d71a9bf2f10c60dd
|
|
| BLAKE2b-256 |
34caab41c3d7b42323270dec8643966548df6631e5798e1595723474467491fe
|