Skip to main content

The Fallout library provides simple methods for calculating decay times, remaining mass, and radiation dose (siverts) for a set of predefined radioactive chemicals.

Project description

Fallout Library

The Fallout library provides simple methods for calculating decay times, remaining mass, and radiation dose (siverts) for a set of predefined radioactive chemicals.

Installation

Install via pip:

pip install fallout

Usage

from fallout import Fallout

# Create an instance
fallout = Fallout()

# List available chemicals
chemicals = fallout.get_radioactive_chemicals()
print(chemicals)

# Calculate remaining grams after a number of half-lives
remaining = fallout.calculate_remaining_gram(gram=10, number_of_halflifes=2)
print(remaining)

# Determine risk based on amount of radioactive material
risk, siverts = fallout.calculate_risk("Uranium-235", 5)
print(risk, siverts)

Methods Overview

  • get_radioactive_chemicals(): Returns the dictionary of radioisotopes and their properties.
  • calculate_decay_time(type, number_of_halflifes): Returns the realistic decay time based on half-lives and isotope data.
  • calculate_remaining_gram(gram, number_of_halflifes): Computes how much mass remains after a certain number of half-lives.
  • calculate_siverts(type, gram): Calculates the radiation dose in siverts based on mass.
  • calculate_risk(type, gram): Gives a risk assessment and dose in siverts.

Example CLI Usage

If you run the fallout.py file directly:

python fallout.py

It will prompt for chemical type, amount in grams, and number of half-lives to compute safety and decay information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fallout-0.0.1.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fallout-0.0.1-py2.py3-none-any.whl (5.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file fallout-0.0.1.tar.gz.

File metadata

  • Download URL: fallout-0.0.1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fallout-0.0.1.tar.gz
Algorithm Hash digest
SHA256 08e45b13292b69facc4dd905a1b7af45129ca972fa86372ed4b142f3d4a06df8
MD5 01d4648689291774945138c03ca29cae
BLAKE2b-256 6d750ee00c7508b5ad695c66b06a199c9a0132509475252f1e703a93cd734c18

See more details on using hashes here.

File details

Details for the file fallout-0.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: fallout-0.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for fallout-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f90a01a3ba8edbf3464602d2db01eff3633f06e505bd3a275036cda5a6b6ab1f
MD5 265e1abae58ded00aa95aa5379f9c4a5
BLAKE2b-256 e9e56a4e1e37efd917692e1ab62d90b1e00803885fd50e4538c19cf63f75fa30

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page