Quantcast
Channel: Python library to obtain atomic orbitals of atoms in the lowest energy state - Matter Modeling Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Vandan Revanur for Python library to obtain atomic orbitals of...

MendeleevYou can use a python library called Mendeleev. Below is an example of a Silicon atom.from mendeleev import elementsi = element('Si')print(si.econf)>> '[Ne] 3s2 3p2'

View Article



Python library to obtain atomic orbitals of atoms in the lowest energy state

I want to code an UHF code. Hence for each atom I need the lowest energy electronic configuration. Is there a python package/library that already does it?

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images