Skip to main content

Parser Library for Gaussian Files

Project description

https://zenodo.org/badge/333841133.svg

A python interface to Gaussian i/o files

This project contains an object oriented library for parsing Gaussian io files which aims to facilitate the everyday scripting of computational chemists using Gaussian.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • python >= 3.6

  • python library: setuptools

  • python library: numpy

Installing pyssian

Installing from PyPI:
$ python -m pip install pyssian
Installing from source:

Check your python version:

$ python --version

If the version is not one of the required substitute in the following commands “python” by the path to the python with the appropiate version. Some systems do not have the python symlink but come with the python3 symlink.

If working within a virtual environment with the appropiate python version, the installation should proceed as normal using “python”.

Get the source code either git or download and unpack it into “pyssian” (Currently you need the developer permission to access the code)

$ git clone https://github.com/maserasgroup-repo/pyssian.git pyssian

Now install pyssian

$ python -m pip install pyssian

Installing with the -e option before pyssian will make that all the changes in the source file will be effective without havin to reinstall

Or if you prefer you can download the source code in a compressed folder and install directly:

$ python -m pip install pyssian.tar.gz

Installing the dependencies

python3.7 installation in Ubuntu 18.04 LTS

$ sudo apt-get update
$ sudo apt-get install python3.7 python3.7-dev

If for any reason it is not reachable:

$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt-get install python3.7 python3.7-dev

Now you can skip this if you don’t want to set up a virtual environment (Remember to change NewFolder for the actual path of the directory where you want the virtual environment)

$ sudo apt-get install python3.7-venv
$ python3.7 -m venv NewFolder
$ source NewFolder/bin/activate

Now we install the python default installer pip

$ python -m pip install pip
$ python -m pip install --upgrade pip
$ python -m pip install setuptools
$ python -m pip install numpy

If it proceeded without any errors (pip and setuptools should already be installed)

Running the tests

To run the tests run the following command (after installing pyssian):

$ python -m unittest -v pyssian.tests

Building the docs

To build the docs go to the docs folder where you have the source code then run:

$ cd sphinx/
$ python -m pip install -r requirements.txt
$ make html

Now if you go to the _docs/html folder you can open the index.html file in your folder and navigate through the documentation easily.

Developed with

  • python 3.7

  • Ubuntu 16.04 LTS, 18.04 LTS and 20.04 LTS

Authors

License

pyssian is freely available under an [MIT](https://opensource.org/licenses/MIT)

Project details


Download files

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

Source Distribution

pyssian-1.1.0.tar.gz (242.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyssian-1.1.0-py3-none-any.whl (261.7 kB view details)

Uploaded Python 3

File details

Details for the file pyssian-1.1.0.tar.gz.

File metadata

  • Download URL: pyssian-1.1.0.tar.gz
  • Upload date:
  • Size: 242.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for pyssian-1.1.0.tar.gz
Algorithm Hash digest
SHA256 8e3f3ef966115c9103a99b6da9608e3be2da4d9b615c96dc2db3b2dd384cfd8e
MD5 51e8cef9e6c971b053243247c2202d29
BLAKE2b-256 4c161be1280806eaaf4cbed8f262fd95ef8d68632618ab2562634e1c4413fb1e

See more details on using hashes here.

File details

Details for the file pyssian-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: pyssian-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 261.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for pyssian-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4a4bbd87abaf0085f2d42389f9ba2370a379b3a8011fba9c6068bb93f96bd3e9
MD5 39dafc630db9c2aeccb1cbec5dd23620
BLAKE2b-256 92505c2631192793ef8887198411531cb02880b6f11ff500926bcc2932677ce2

See more details on using hashes here.

Supported by

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