Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ Requirements: Python ≥3.7, OpenMC ≥0.14.0

**Run a benchmark:**
```python
from openmc_fusion_benchmarks import OpenmcBenchmark
import openmc_fusion_benchmarks as ofb

benchmark = OpenmcBenchmark("oktavian_al")
benchmark = ofb.OpenmcBenchmark(name="oktavian_al")
benchmark.run()
```

## Documentation

[Read the Docs](https://openmc-fusion-benchmarks.readthedocs.io)
[Read the Docs](https://openmc-fusion-benchmarks.readthedocs.io/en/latest/index.html)

## License & Contact
## License

MIT License | **Stefano Segantin** (segantin@psfc.mit.edu) | Plasma Science and Fusion Center, MIT
MIT License
Loading