Crystal Orbital Guided Iteration To atomic-Orbitals (COGITO) finds an adaptive atomic orbital basis for a given density functional theory (DFT) run, and then decodes the atom and bond contributions to electronic structure.
Project description
COGITO - Crystal Orbital Guided Iteration To atomic-Orbitals
This repository hosts the code for COGITO, a tool for obtaining quantum chemistry from plane wave DFT calculations. The main codes modules are COGITO, COGITOpost, COGITOanalyze, and COGITOico.
Installation
pip install --upgrade pip
pip install cogito-dft
To install optional dependences (scikit-image, dash, dash-ag-grid) that are used in some COGITOpost functions:
pip install "cogito-dft[plot]"
To avoid thread oversubscription and possible stalls (especially on HPC), set:
export OMP_NUM_THREADS=1
Quick Start
Visit the live website: cogito-dft.readthedocs.io
| Section | Description |
|---|---|
| Tutorial | Step-by-step analysis workflow |
| File Guide | Interactive guide of inputs and outputs |
| API Docs | Complete function reference |
Basic Workflow:
- Run VASP - Static calculation with saved wavefunctions and high NBANDS
- Generate COGITO model - Creates COGITO basis functions and tight binding parameters
- Verify quality - Check convergence, charge spilling, orbital mixing, and band interpolation
- Analyze chemistry - COHP, bonding, charge analysis
# Run VASP
vasp_std
# See 'COGITO --help' for variable options
COGITO --dir './'
# Check that quality metrics are within range (check band interpolation after COGITOpost)
COGITOanalyze --dir './'
# Generate atom and bond partition of charge / band energies, make bond plots, and more
COGITOpost --dir './'
# Customize a runTBmodel.py file to get specific plots
python runTBmodel.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cogito_dft-0.1.1.tar.gz.
File metadata
- Download URL: cogito_dft-0.1.1.tar.gz
- Upload date:
- Size: 225.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9698d098f1258deced8189fa884c0c8dbaad54618e8c7be84223575bcf5f5e1a
|
|
| MD5 |
e75a37183158b62dd8684b01224995fc
|
|
| BLAKE2b-256 |
d638be6a3e529be3506c8406d2152167f669e23cdb6b4a1d99a00692c6469278
|
File details
Details for the file cogito_dft-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cogito_dft-0.1.1-py3-none-any.whl
- Upload date:
- Size: 229.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8404a091e83d1bd93a620df7daaccd56c11d75a79890fa924877105bb46ec5cf
|
|
| MD5 |
4cd830a24c4a0a60e08480239d747e2d
|
|
| BLAKE2b-256 |
5b948b3f995e4927a12a8bdb75b2e0f045387f4f084f6531b1f1b74434307ed4
|