Skip to content

Commit a19be4b

Browse files
authored
Update README.md
1 parent 69ea151 commit a19be4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,16 @@ It works like a grammar checker between an AI LLM assistant and OpenMC: your AI
1212

1313
Because AI hallucination is a valid concern in reactor physics, the system is designed with deterministic blast walls. Every configuration (from a human, the deterministic local planner, or AI) is validated against the same typed Pydantic schemas before it reaches the simulator.
1414

15-
The goal is not autonomous reactor design; the goal is safer, faster OpenMC iteration.
16-
1715
## What you can do
1816

1917
Most planning and schema-validation workflows work without OpenMC installed; execution, geometry-debug checks, and 2D plot rendering require OpenMC.
2018

21-
**Without OpenMC:**
19+
**Without OpenMC installed:**
2220
- Describe a simulation in plain English → a validated plan and `settings.xml` (the default planner uses no generative AI)
2321
- Validate XML structure and PromptMC's supported OpenMC schemas
2422
- Drive planning and schema validation from an AI client via the MCP server
2523

26-
**With OpenMC:**
24+
**With OpenMC installed:**
2725
- Run simulations (subprocess or Python API)
2826
- Run geometry-debug overlap checks and generate 2D slice plots inside your AI chat client
2927
- Parse statepoint and tally outputs without touching HDF5
@@ -88,6 +86,8 @@ PromptMC bridges those two worlds. It is also, for me, an exploration of using a
8886

8987
PromptMC is an engineering-assist tool that keeps a human in the loop. It is not a substitute for professional engineering judgment, independent verification and validation, or regulatory review, and is not for safety, licensing, or other regulated decisions. Reproducing a published benchmark is not qualification for safety analysis. Provided as-is (see [LICENSE](LICENSE)).
9088

89+
The goal is not autonomous reactor design; the goal is safer, faster OpenMC iteration.
90+
9191
## Documentation
9292

9393
- [Installation](docs/installation.md) — setup paths for PromptMC, OpenMC, and nuclear data

0 commit comments

Comments
 (0)