Skip to content

A simple python code for the calculation of atomic ionization energies, Z is the atomic number, n is the number of radial sto's and m the number of spherical harmonics with angular momentum m

Notifications You must be signed in to change notification settings

ElectricWiz/DFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

DFT Basic Eigensolver for the calculation of the ionization energy by resolving the Kohm Sham equations using scipy, numpy and pandas, currently only works with an LDA exchange correlation functional

Warning! be careful with the conditonal of the while cycle for small basis sets, with utmost importance be mindful of the expresion np.abs((Cte-Cte_{viej}).sum())>.77333*(n*m)**2) n=# of radial functions m=# of spherical harmonics (we asumme m_l = 0)(latex) Z=atomic number of the respective atom

What I want for the project *Implementing plotting in spherical coordinates of the charge density *Improvement of self confistent field methods i.e. when the iterations of the eigensolver should be halted, the limits of integration *A full array of E_{xc} functionals *Neural network of any kind for the calculation of the best Exc functional *Currently only the energies are calculated,any other observables should be benefitial *Including more than one nucleus *Possibility for polyatomic molecules

About

A simple python code for the calculation of atomic ionization energies, Z is the atomic number, n is the number of radial sto's and m the number of spherical harmonics with angular momentum m

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages