/atomic_physics

Nascent toolkit for calculating state energies, transition matrix elements, rate equations, obe solver, etc

Primary LanguagePython

Atomic Physics

Setup

Pre-requisites:

Testing

  • poe test can runs tests
  • poe flake runs flake8.
  • tests and flake must pass before PRs can be merged (master is branch protected)

Automatic formatting

poe fmt will use black to automatically format the code