Skip to content

Commit

Permalink
Started documenting how Importance works.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Oct 24, 2024
1 parent ead7f45 commit 34ea7e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions montepy/data_inputs/importance.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
from montepy.utilities import *
import numbers

#
# ********************* Developer Notes ********************************************
#
# How Importance handles syntax trees is complicated.
# One object holds information for N particle types.
# This can be associated with between 1 and N syntax trees (imp:n,p v. imp:n imp:p)
#
#Variables
#
# * _tree : the syntax tree from parsing. Only used on initial parsing
# * _real_tree :
# * _particle_importances :
# * _part_combos :

class Importance(CellModifierInput):
"""
Expand Down

0 comments on commit 34ea7e5

Please sign in to comment.