Python package for performing calculations incorporating the Newns-Anderson model of chemisorption with the different orthogonalization terms. See here for more details about the implementation.
The package can be installed using pip
:
pip install .
(Optional) Install requirements for development
pip install .[dev]
(Optional) Install requirements for documentation
pip install .[docs]