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.2.tar.gz (5.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.2-py2.py3-none-any.whl (6.6 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: fallout-0.0.2.tar.gz
  • Upload date:
  • Size: 5.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.2.tar.gz
Algorithm Hash digest
SHA256 393c6782345950be77184e235adf2cbb93326c0c941bc06993a50a987a158e56
MD5 ec9c67887201cfd1d0f2fd63c8e605fe
BLAKE2b-256 2f4755f7557cbb9f7ec396f3933cd32a2f0637ed57a680bcb3f60d0c46a2f3e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fallout-0.0.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.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.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7ae74b7bc8d57ffbcebf6e17c358a8f7ec0b281ed80ba732311b1e235a490bd4
MD5 b946069b6183b548b5f0536206014585
BLAKE2b-256 9a602db9550ce5cbf29c0863683b2184097c594e95b122728e4f2c9c7d4eb2df

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