Installation

Prerequisites

Make sure you have the following prerequisites installed on your system:

  • python (>=3.6)

  • numPy

  • ase

  • networkx

  • pandas

  • PyYAML

Installing the Software

Follow these steps to install the software:

  1. Clone the repository:

    git clone https://github.com/kkjsawantucla/gg.git
    
  2. Navigate to the project directory:

    cd gg/
    
  3. Install:

    pip install .
    

Updating the Software

The code is currently under active development. To update the software to the latest version, use the following commands:

git pull origin main
pip install . --upgrade