Start a New Project¶
If you are starting a new model rather than migrating an existing one, create the directory layout manually:
my_project/
├── configurations/
│ └── baseline.yaml
├── output/
│ └── .gitignore (contents: *)
└── reference_model/
├── envelope_structure.mcnp
├── envelope_structure.metadata
├── filler_models/
└── data_cards/
├── materials/
├── sources/
└── tallies/
Then write a minimal baseline.yaml:
See the Configuration Reference for all available keys.