Crystal Orbital Guided Iteration To atomic-Orbitals - Quantum chemistry from plane wave DFT
📓 Learn how to install COGITO and set up your environment
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)