From 40fd85c03e73efe4d1dc0a49ab5ccf393baba1aa Mon Sep 17 00:00:00 2001 From: ceceliapowers Date: Fri, 12 Apr 2024 09:53:21 -0400 Subject: [PATCH] Created a new file to start the gamma ray packet source documentation and added basic descriptions of the packet properties. --- .../montecarlo/gammapacketsource.ipynb | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/physics/montecarlo/gammapacketsource.ipynb diff --git a/docs/physics/montecarlo/gammapacketsource.ipynb b/docs/physics/montecarlo/gammapacketsource.ipynb new file mode 100644 index 00000000000..106a60fdd40 --- /dev/null +++ b/docs/physics/montecarlo/gammapacketsource.ipynb @@ -0,0 +1,40 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Gamma Ray Packet Source\n", + "\n", + "## Packet Initialization\n", + "\n", + "### Packet Properties\n", + "Each packet has the properties location, direction, energy, frequency (nu), and time.\n", + "\n", + "__Location__ is the position of of the packet. It is a function of the radius of the sphere.\n", + "\n", + "__Direction__ is the direction the packet is travelling. It is a function of angles $\\theta$ and $\\phi$.\n", + "\n", + "__Energy__ is the energy of the packet.\n", + "\n", + "__Nu__ is the frequency that the photons in the packet have.\n", + "\n", + "__Time__ is a property exclusive to the gamma ray packet source. It is sampled randomly from the decay of either Nickel-56 or Cobalt-56. \n", + "\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "tardis", + "language": "python", + "name": "python3" + }, + "language_info": { + "name": "python", + "version": "3.11.5" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}