Thomas Kittelmann
Thomas Kittelmann
As discussed by @tkittel + @xxcai1 today, the NCrystal prompt integrations could be updated through usage of the new virtual API plus proper CI tests. Adding a few more specific...
It would be great of one could pip install ncrystal in a JupyterLite notebook. I have not investigated yet, but the issue would be if we can easily provide WASM...
For various data preparations/editing/validation needs, it could be useful if the comments at the beginning of an NCMAT file could be made available in a standard way. Perhaps on the...
We should make sure one can do ``` di.loadKernel() ``` and get the SAB out, without putting in vdoslux as a parameter. Related to: https://github.com/mctools/ncrystal/issues/239#issuecomment-2736759527
I noticed (and am updating) example notebooks in a few highness plugins. Once the plugins have been fully migrated and added to the curated list, we should migrate those notebooks...
Inspired by openmc, we should also consider: https://github.com/marketplace/coveralls Equally, it might be a good idea to add support for pycoverage (there is already support in simplebuild).
NCrystal4 will rip the Geant4 hooks from the #mctools/ncrystal repo, and keep them in mctools/ncrystal-geant4. There will be a short time after NCrystal4 is out where this work is not...
At a hint from @g5t perhaps we could use this in the conda recipe: https://github.com/ami-iit/cmake-package-check Or in our CI here at github? TBD.
A good check list is at: https://github.com/mctools/ncrystal/community
The test in `tests/scripts/vdosgn.py` is way too slow, especially in Debug builds. One solution is to get multiple Gn's in one API call, instead of redoing the expansion many times...