COGITO

Crystal Orbital Guided Iteration To atomic-Orbitals - Quantum chemistry from plane wave DFT

Installation & Setup

📓 Learn how to install COGITO and set up your environment

What You’ll Learn

Quick Start Summary

After installation, you’ll be able to run:

from COGITOmain import COGITO

# Initialize with your VASP calculation directory
direct = "path/to/your/vasp/calculation/"
COGITOmodel = COGITO(direct)

# Generate the tight binding model
COGITOmodel.generate_TBmodel(verbose=0, plot_orbs=True)

Next Steps