A Python toolkit for parsing, analyzing, and visualizing ORCA quantum chemistry calculations
Project description
ORCA Studio
Installation
For the command-line interface:
uv tool install orca-studio
Access the modules in your own Python code:
uv add orca-studio
Or if you're not using uv:
pip install orca-studio
Modules
ORCA Parse
reading and interpreting data from ORCA output files
Data is made available either directly as values (int, float, bool, ..), custom dataclasses for structured, non-tabular data (e.g. AILFT data etc.), and polars DataFrames for tabular data such as absorption spectra.
Each parsing task is handeled in a separate file in src/orca_parse.
The module exposes a central OrcaOutput class that bundles all parseable attributes
and provides introspective access via properties.
ORCA Render
creating and rendering 3D visualizations of molecular structures and density isosurfaces
The molecule and isosurfaces are added as meshes to a plotly Figure object.
The module exposes a single user-facing Renderer class.
Creating densities (i.e. cube files) requires orca_plot to be available in the $PATH.
ORCA Studio
high-level data analysis and visualization with Marimo GUI applications and CLI interface
This central module utilizes the lower-level orca_parse and orca_render modules to
craft powerful tools for analyzing ORCA calculations.
Raw data from orca_parse is refined to provide insight-oriented summaries.
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_studio-0.1.1.tar.gz.
File metadata
- Download URL: orca_studio-0.1.1.tar.gz
- Upload date:
- Size: 712.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef4b453da5c71cc161068008e0525d689b368cf4578753e42a4fd5f0af90f415
|
|
| MD5 |
4e79d6765a15e51b4cd534c8316e82aa
|
|
| BLAKE2b-256 |
7a00637c5c28acaf892feca96047eea102a30eb8310c482c3fcfe66efdcb5c82
|
File details
Details for the file orca_studio-0.1.1-py3-none-any.whl.
File metadata
- Download URL: orca_studio-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60796dcdbd410e1f747d40da1955408e7326db45868a6efc7f44ad29f9085e9d
|
|
| MD5 |
c0590c3ac1b0ef4cbefad4bd6720375c
|
|
| BLAKE2b-256 |
17078679a10c1db722acfba0f39837f4c5132cf4c3ae94d03e2ffa55027e646c
|