Thomas Kittelmann

Results 105 issues of 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...

enhancement
tests
prompt

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...

enhancement
python
deployment

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

enhancement
matcfg

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...

documentation
plugins

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).

enhancement
noturgent
tests

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...

geant4
deployment

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.

deployment
tests

A good check list is at: https://github.com/mctools/ncrystal/community

documentation

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...

tests