@@ -141,7 +141,7 @@ def __init__(
141141 ),
142142 AttributeScheme(
143143 name='geometry',
144- type='types .Geometry',
144+ type='cell .Geometry',
145145 description='cell geometry',
146146 restriction='# TODO #',
147147 ),
@@ -6182,7 +6182,7 @@ def from_formula(number: int, formulas: dict[str, float], is_weight: bool = True
61826182 attributes=[
61836183 AttributeScheme(
61846184 name='energy',
6185- type='types.DistributionNumber ',
6185+ type='types.Distribution ',
61866186 description='Kinetic energy',
61876187 ),
61886188 ],
@@ -6204,7 +6204,7 @@ def from_formula(number: int, formulas: dict[str, float], is_weight: bool = True
62046204 attributes=[
62056205 AttributeScheme(
62066206 name='time',
6207- type='types.EmbeddedDistributionNumber ',
6207+ type='types.EmbeddedDistribution ',
62086208 description='Time in shakes',
62096209 ),
62106210 ],
@@ -6227,7 +6227,7 @@ def from_formula(number: int, formulas: dict[str, float], is_weight: bool = True
62276227 attributes=[
62286228 AttributeScheme(
62296229 name='cosine',
6230- type='types.DistributionNumber ',
6230+ type='types.Distribution ',
62316231 description='Cosine of the angle between VEC and particle',
62326232 optional=True,
62336233 ),
@@ -6293,7 +6293,7 @@ def from_formula(number: int, formulas: dict[str, float], is_weight: bool = True
62936293 attributes=[
62946294 AttributeScheme(
62956295 name='radial_distance',
6296- type='types.DistributionNumber ',
6296+ type='types.Distribution ',
62976297 description='Radial distance fo the position from POS or AXS',
62986298 ),
62996299 ],
@@ -6551,7 +6551,7 @@ def from_formula(number: int, formulas: dict[str, float], is_weight: bool = True
65516551 ),
65526552 AttributeScheme(
65536553 name='information',
6554- type='types.Tuple[types.DistributionNumber ]',
6554+ type='types.Tuple[types.Distribution ]',
65556555 description='Particle source information',
65566556 ),
65576557 ],
@@ -6977,7 +6977,7 @@ def to_mcnp(self):
69776977 attributes=[
69786978 AttributeScheme(
69796979 name='number',
6980- type='types.DistributionNumber ',
6980+ type='types.Distribution ',
69816981 description='Particle weight',
69826982 ),
69836983 ],
@@ -7022,7 +7022,7 @@ def to_mcnp(self):
70227022 attributes=[
70237023 AttributeScheme(
70247024 name='number',
7025- type='types.DistributionNumber ',
7025+ type='types.Distribution ',
70267026 description='Distribution number for baising sampling',
70277027 ),
70287028 ],
0 commit comments