From d1c5106611625b063d152d9adc4983b002d7859a Mon Sep 17 00:00:00 2001 From: Kenneth Assogba Date: Sun, 17 Nov 2024 02:42:43 +0100 Subject: [PATCH] Update roadmap --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 92b56f6..92d1b36 100644 --- a/README.md +++ b/README.md @@ -16,24 +16,23 @@ The physics is coded in C++, with Python as user interface for easy and fast usa - [x] Setup directory structure => vector-of-bool/pitchfork. - [x] Setup clang-format with Google style. - [x] Setup clang-tidy. -- [ ] Code Material. -- [ ] Setup pybind11. -- [ ] Write a test for Material. +- [x] Code Material and test in main. +- [x] Collect source and compile. +- [x] Fix how to launch clang-tidy locally and on action. +- [ ] Setup pybind11 and write a Python API. +- [ ] Write a python test for Material. - [ ] Code Geometry. - [ ] Cell - [ ] PinCell - [ ] Lattice. -- [ ] Collect source and compile. - [ ] Write a test for geometry. - [ ] Code Solver. -- [ ] Fix how to launch clang-tidy locally and on action. - [ ] Setup gcc analizer. - [ ] Write a first real but simple code. -- [ ] Talk about doc style (eg doxygen) and the way to generate it automatically. -- [ ] Talk about unit tests (use catch2 or gtest). +- [ ] Talk about unit tests (use catch2, docstest or gtest). - [ ] Peform cland-tidy in github action. -- [ ] Write a Python API. -- [ ] Enable users to test the lib with codespace and notebook. +- [ ] Talk about doc style (eg doxygen) and the way to generate it automatically. +- [ ] Enable users to test the lib with codespace and notebooks. - [ ] GPU offload. ## Requirements