Parser Library for Gaussian Files
Project description
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
(Work In Progress) 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
License
pyssian is freely available under an [MIT](https://opensource.org/licenses/MIT)
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
File details
Details for the file pyssian-1.0.2.tar.gz
.
File metadata
- Download URL: pyssian-1.0.2.tar.gz
- Upload date:
- Size: 215.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 434ccd651f4e138fb2cc4931d49848bcedc3e238baf6f62e386486b49aacda21 |
|
MD5 | c47b74eca0cf042c515b9f3c37b43c67 |
|
BLAKE2b-256 | 2c3ac33ec2086e6b1297a434001f106cd93104c95ff9b5dce745c0e024fe2a9f |
File details
Details for the file pyssian-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyssian-1.0.2-py3-none-any.whl
- Upload date:
- Size: 235.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a382edaa69d5e581f3e8c18877d2d495dbf555fac8a39d9af810f42c13a2f0dc |
|
MD5 | 59794ce1d0f2540a9f06e5b714648c95 |
|
BLAKE2b-256 | 1b23b07423ba3f7b1fa347e937ef509b6ad74ddebfcb00fd0288f14bc7133258 |