chicolucio / zeff

An effective nuclear charge (Zeff) and shielding (S) calculator and graphing tool.

Home Page:https://zeff.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Francisco Bustamante Python LICENSE Contributions are welcome Project generated with PyScaffold

Zeff

An effective nuclear charge calculator.

Image Zeff

Introduction

If you are a chemistry teacher or student, chances are that you are going to do Zeff and S calculations based on Slater's Rules or on Clementi *et al* screening constants. Probably while teaching/learning periodic trends.

This simple project automates these calculations returning them as tables (Pandas DataFrames) so that one can easily plot the data or manipulate them. Indeed, there are plot functions that can do graphs providing a convenient visualization functionality for classes.

Installation

Just clone or download this repo. This is not a package (yet, maybe someday :-))

Usage

Look at some examples at the tutorial available as a Jupyter notebook.

Under the hood - Requirements

This project relies heavily on mendeleev, pandas and matplotlib packages so these must be installed. Check the requirements.txt file for requirements and feel free to use it to create a virtual environment.

Contributing

All contributions are welcome.

Issues

Feel free to submit issues regarding:

  • recommendations
  • more examples for the tutorial
  • enhancement requests and new useful features
  • code bugs

Pull requests

  • before starting to work on your pull request, please submit an issue first
  • fork the repo
  • clone the project to your own machine
  • commit changes to your own branch
  • push your work back up to your fork
  • submit a pull request so that your changes can be reviewed

For full details on how to contribute, check out the Contributing Guide.

License

MIT, see LICENSE.

Citing

If you use Zeff in a scientific publication or in classes, please consider citing as:

F. L. S. Bustamante, Zeff - An effective nuclear charge (Zeff) and shielding (S) calculator and graphing tool., 2019 - Available at: GitHub repository

About

An effective nuclear charge (Zeff) and shielding (S) calculator and graphing tool.

https://zeff.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%