Wim Haeck
Wim Haeck
I wanted to reply to this but other things needed my attention. I looked through this and it looks solid to me. Interestingly enough, this issue was brought to my...
I'm still planning on integrating this into NJOY2016. I have been traveling a lot in November and December so I have had little time to continue working on this.
That's a peculiar problem. I have seen a few instances where it can become slow like this, but I have not figured out why that happened. I would not be...
spdlog has a tendency to install itself in the .cmake/packages folder (as does Eigen it would seem). The new version of ENDFtk has an updated CMakeLists.txt files that ensure that...
Before I get into implementation details, let me address your question about the variants. This is indeed one of the ways of using variants (the other one being the use...
For the topic at hand. The fission yield data (and data similar to it) consist basically of 4 columns of information: - the ZA of the fission product - the...
Very interesting. I would have thought the type erasure to be the biggest culprit. When we wrote the bindings for these ranges, we did not know pybind11 as well as...
Dryad is intended as the backbone for a modern NJOY, and to help users not familiar with the different formats and add more capabilities like linearization, etc. As such, it...
@karnigen I have been following nanobind development ever since I became aware of its existence (I was excited when I saw it). At some point we will probably move to...
This is an error in range-v3 it seems, which is an external dependency for ENDFtk. Which compiler and OS are you using? We're actually in the process of updating ENDFtk...