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.3.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.3-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: fallout-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 977acb05972c6395627a90ddb45c54ff7e4a44f56e0e25591df4f8c42ef9e8f3
MD5 3df5b9a4f79e84cf451091c62145f27e
BLAKE2b-256 9bc8a0a92745ef1e73d28e6788f6817b8ef0fef192450d2c0acc3078893395b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fallout-0.0.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.7 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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 35fbd88ffd698a959bc16ea711a90e02931369ce21bcca06c18a89d50776d30a
MD5 d31fe981dbc05d4ba3eee04086894ce9
BLAKE2b-256 5801f881553afeba8874e57fad473ef4f8c6b00b051904a4dda3d24e258f7556

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