Skip to main content

A module for parse ORCA output files including hessians (.hess) files

Project description

ORCA-Parser

A python module to parse data out of ORCA output files

This module is availible at: https://pypi.org/project/orca-parser/ and can be installed via

pip install orca-parser

The module use as:

import orca_parser
Optimization = orca_parser.ORCAParse("Test-cases/Phenol/Opt.out")

print("ORCA exited normally:", Optimization.valid)
print("Job took:", Optimization.seconds(), "seconds")
print("Job input line:", Optimization.parse_input())

Optimization.parse_coords()
print("Atoms:", Optimization.atoms)
print("Final coordinates:")
print(Optimization.coords[-1])

Requirements:

ase, numpy, pandas

Orca parser contains two classes:

ORCAParse

Reads orca output streams (.out/.log/etc) Can read frequencies, atoms, coordinates, IR spectra, free energy (broken down into its components as well) Can also tell you how the job finished, if it converged etc

HessianTools

Reads orca Hessian (.hess) outputs Can parse the atoms and coordinates, normal modes, IR spectra. From this .xyz trajectories of normal modes can be written

Usage:

Example usage can be found in Usage.py, along with example ORCA output files in the "Test-cases" folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

orca_parser-0.1.23-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file orca_parser-0.1.23-py3-none-any.whl.

File metadata

File hashes

Hashes for orca_parser-0.1.23-py3-none-any.whl
Algorithm Hash digest
SHA256 a0f443e8414b11f7af9f26fadbaf70fce0d2cedcf06000b436c78078b5cff5a9
MD5 a57982ab4a0b5304812bdfbf64ee7e8a
BLAKE2b-256 0909b6eeabe49ed4825c2f5d55bd5b10a2718c422ba0a9bb2d9f45acb6796239

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page