You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.repostatus.org/#active)
@@ -83,6 +85,8 @@ for surface in problem.surfaces:
83
85
problem.write_problem("foo_update.imcnp")
84
86
```
85
87
88
+
For more examples see the [getting started guide](https://www.montepy.org/en/stable/starting.html).
89
+
86
90
## Limitations
87
91
88
92
Here a few of the known bugs and limitations:
@@ -96,13 +100,23 @@ Here a few of the known bugs and limitations:
96
100
*`M1 1001.80c 1.0 plib=80p` can be parsed.
97
101
*`M1 plib=80p 1001.80c 1.0` cannot be parsed; despite it being a valid input.
98
102
103
+
## Current Development Priorities
104
+
105
+
Here are the rough development priorities for adding new features to MontePy:
106
+
107
+
#. Redesign the `Material` interface to be more user friendly.
108
+
#. Implement support for tallies.
109
+
#. Implement support for source definitions.
110
+
111
+
If you have a specific feature priority that you would be willing to collaborate on you can open an issue or email us at [mgale@montepy.org](mailto:mgale@montepy.org).
112
+
99
113
## Alternatives
100
114
101
115
There are some python packages that offer some of the same features as MontePy,
102
116
but don't offer the same level of robustness, ease of installation, and user friendliness.
103
117
104
118
105
-
Many of the competitors do not offer the robustness that MontePy does becuase,
119
+
Many of the competitors do not offer the robustness that MontePy does because,
106
120
they do not utilize context-free parsing (as of 2024).
0 commit comments