Bruce Perry

Results 11 issues of Bruce Perry

https://github.com/sherpa-ai/sherpa/blob/ff6466e99717983f9f394ba72b63f17343e32bdc/sherpa/core.py#L84 This functionality shows up in the documentation of the function, but not the implementation. Ideally, the ability to set the random seed when creating a new study would be...

In State Redistribution, the slopes used to compute the local states within a merged neighborhood (sigma in the equation below) are limited individually for each state variable being redistributed. As...

Overall objective: make the documentation organization match the code organization - [x] Quickstart/Installation - [ ] Introduction: overview of code functionality and design - [ ] Major source components -...

The `NonIdealChungCorrections` routine for `Simple` transport provides modified transport coefficients for real gasses (i.e. SRK EOS in Pele). The corrections are based on empirical relationships from Chung 1984 and 1988...

Includes new capability to define black box function (either a table or a neural network) and use this function in an EOS. Still some cleaning up that needs to get...

- Pass eosparm through the ReactorRK64 call stack so it can be used as needed - Also fixes a bug where the limit to avoid overstepping the integration time for...

This was needed for the manifold stuff, so moving it in now to capture some progress toward fully merging that capability. Probably won't merge the rest for a while though....

I noticed a couple places where the behavior of recursive clones for shallow submodules does not match what is implied by the documentation. Shallow submodules should be, but aren't, single...

new user

From @mrieth1: I think that might just be incompatible with rocm >= 5.7, when I load: ``` module load cray-python module load PrgEnv-cray module load rocm/6.0.0 module load craype-accel-amd-gfx90a module...

I am converting the [HyChem Jet-A (posf10325) mechanism](https://web.stanford.edu/group/haiwanglab/HyChem/pages/download.html) for use in PelePhysics. I get an error when generating the QSS version, because it appears that some comments in the mechanism...