Metadata-Version: 2.4
Name: dftoy
Version: 1.1.1
Summary: Simulación DFT 1D con GUI
Home-page: https://github.com/XxyamzxX/DFTOY
Author: Julian Cogua, Juan Esteban Neira
Author-email: ojcoguaa@udistrital.edu.co, jueneirad@udistrital.edu.co
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# DFTOY
This repository implements a simplified 1D Density Functional Theory (DFT) solver for teaching, concept verification, and numerical tests. It performs a Kohn–Sham self-consistent cycle: builds the effective potential, assembles the Hamiltonian, solves for the ground state, updates the density, and iterates until convergence.





#Instructions

For Install:

    pip install dftoy

If you want to run this program in the console you have to write this:

    dftoy

If you want to run the GUI you have to write this in the console:

    dftoy-gui

If you wanna run pytest you have to write this:

pytest tests/
