Skip to main content

Localized-orbital Density Functional Theory code for educational purposes.

Project description

PyDFT

build codecov PyPI License: GPL v3

[!NOTE]
Python based Density Functional Theory code for educational purposes. The documentation of PyDFT can be found here.

Purpose

PyDFT is a pure-Python package for performing localized-orbital Density Functional Theory (DFT) calculations using Gaussian Type Orbitals. It implements restricted Kohn-Sham DFT for closed-shell molecules and currently supports the LDA and PBE exchange-correlation functionals.

The goal of PyDFT is not to be the fastest DFT code, but to be the most transparent one. It is designed first and foremost as an educational tool that reveals how a DFT calculation is actually assembled, from numerical grids and electron densities to potentials, matrix elements, and the self-consistent field procedure. Every intermediate quantity is exposed to the user and can be inspected, plotted, or modified, and considerable effort was put into documenting the code. PyDFT is not intended for professional calculations and does not offer the speed or breadth of features of mature open-source or commercial packages; what it offers instead is a clear, modifiable view into a working DFT code.

The figure below gives a high-level overview of a complete PyDFT calculation: from molecular input and dependencies, through construction of the Becke grid and one-electron matrices, to the Kohn-Sham SCF iteration and the wide range of quantities exposed for inspection.

Overview of the PyDFT workflow

[!TIP]
Interested in other educational quantum chemical codes? Have a look at the packages below.

  • PyQInt is a hybrid C++/Python (Cython) code for performing Hartree-Fock calculations. This code contains many relevant features, such a geometry optimization, orbital localization and crystal orbital hamilton population analysis.
  • HFCXX is a full C++ code for performing Hartree-Fock calculations.
  • DFTCXX is a full C++ code for performing Density Functional Theory Calculations.

Features

The sections below highlight a few of the capabilities that make PyDFT useful as a teaching and exploration tool.

Numerical integration using Becke grids

Electron-electron interaction terms (both classical as well as exchange-correlation) are performed by means of extensive numerical integration schemes performed over so-called Becke grids. Utilizing these grids, molecular integrals are decomposed into series of weighted atomic integrals.

Becke grids

Molecular orbital visualization

PyDFT can be readily used alongside matplotlib to make figures of molecular orbitals or density fields.

Molecular orbitals of CO

Extensive output

Internal matrices, e.g. overlap or Hamiltonian matrix, are exposed to the user and can be readily visualized using specific matrix visualization routines.

Matrices

Tunable numerical settings

Numerical choices that are usually hidden behind defaults in production codes, such as the radial and angular resolution of the grid, the spherical-harmonic expansion used for the Hartree potential, the exchange-correlation functional, and the SCF convergence criteria, are all exposed directly. This makes it straightforward to study how each setting affects accuracy, stability, and computational cost.

Installation

PyDFT supports Python 3.10 and newer.

To install PyDFT and its core runtime dependencies, run

pip install pydft

The plotting and example scripts use optional visualization dependencies:

pip install "pydft[plot]"

To install the dependencies used by the example scripts, including isosurface support, run

pip install "pydft[examples]"

Usage

Check the current version

import pydft
print(pydft.__version__)

Performing a simple calculation

from pydft import MoleculeBuilder, DFT

CO = MoleculeBuilder().get_molecule("CO")
dft = DFT(CO, basis='sto3g')
res = dft.scf(1e-4)
print("Total electronic energy: %f Ht" % res['energy'])

Community guidelines

License

Unless otherwise stated, all code in this repository is provided under the GNU General Public License version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydft-1.0.0-py3-none-any.whl (50.5 kB view details)

Uploaded Python 3

File details

Details for the file pydft-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pydft-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 50.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pydft-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a4dcdcd6c68a36c3e9b5235c823bbb8af732c90f04118a076f5bf11ed1cb0772
MD5 d9f5367b2ac09b38209b314fcdff3341
BLAKE2b-256 2d1f0fb1d49d920d6563ed834d984e1463875f13e9014f1ae0a46e62cefafd8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pydft-1.0.0-py3-none-any.whl:

Publisher: build_pypi.yml on ifilot/pydft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page