Skip to content

sperezl/oniomMacGyver

 
 

Repository files navigation

####oniomMacGyver A Python package to manipulate Gaussian(R) files for ONIOM calculations.

#####Installation

Step 1: In a directory of your choice ( /home/users/you ), run:

git clone https://github.com/eduardoftoliveira/oniomMacGyver.git

Step 2: Add the following to ~/.bashrc:

export PYTHONPATH="$PYTHONPATH:/home/users/you/oniomMacGyver"

export PATH="$PATH:/home/users/you/oniomMacGyver/scripts"

Step 3: Load the environmental variables to the current environment:

source ~/.bashrc

#####Update everything

In the installation folder ( ~/qt_scripts ), run:

git pull origin

#####How to use?

Read the doc/*.pdf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%