Crystal Orbital Guided Iteration To atomic-Orbitals - Quantum chemistry from plane wave DFT
📓 Core COGITO analysis workflows - verification and band structure
from COGITOpost import COGITO_analyze as coze
# Initialize analysis
COGITOTB = coze(direct, min_hopping_dist=15, min_overlap_dist=15)
# Compare with DFT
COGITOTB.compare_to_DFT(direct)
# Check parameter decay
COGITOTB.plot_hopping()
COGITOTB.plot_overlaps()
# Generate band structure
COGITOTB.get_bandstructure(num_kpts=15)
COGITOTB.plotBS(ylim=(-12, 20))