Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.61 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.61 KB

logo

Link to publication

Auto-QChem is published!. Free pdf is accessible here

Quick links

Installation instructions

DB interface user guide

Functional documentation

Update your version

Open your terminal (bash or Anaconda prompt) and activate your python environment

conda activate autoqchem

Navigate to the source code of your repository (top level directory where auto-qchem is installed). This directory shall contain a setup.py file. To check if it's there execute ls.

cd your_auto_qchem_directory

Update your code from github and re-install the package

git pull
python setup.py install

Run notebooks

Template notebooks are stored in the auto-qchem repository under in notebooks directory

cd your_auto_qchem_directory
cd notebooks

Start a jupyter notebook

jupyter-notebook

A new tab will open in your system web browser from which you can run the notebooks. An excellent documentation on jupyter notebooks and how to run them exists here.