Recent Releases of jitr
jitr - v2.5
What's Changed
- Wip elm by @beykyle in https://github.com/beykyle/jitr/pull/68
- Wip elm by @beykyle in https://github.com/beykyle/jitr/pull/69
Full Changelog: https://github.com/beykyle/jitr/compare/v2.4.1...v2.5
CHUQ is now added as an optical potential. A bug in the spin-orbit has been fixed.
- Python
Published by beykyle 8 months ago
jitr - v2.3
What's Changed
- add mass UQ example by @beykyle in https://github.com/beykyle/jitr/pull/62
- add heuristics for choosing optimal channel radius and num basis elem… by @beykyle in https://github.com/beykyle/jitr/pull/63
- Update README.md by @beykyle in https://github.com/beykyle/jitr/pull/67
Full Changelog: https://github.com/beykyle/jitr/compare/v2.2.1...v2.3
- Python
Published by beykyle 8 months ago
jitr - v2.2
What's Changed
- fix collision matrix, see Eqn 17 in Descouvemont 2016 by @beykyle in https://github.com/beykyle/jitr/pull/56
- Remove jitclassing of Quadrature classes, which prevent pickling
Solverby @beykyle in https://github.com/beykyle/jitr/pull/57 - Mass tables by @beykyle in https://github.com/beykyle/jitr/pull/59
Full Changelog: https://github.com/beykyle/jitr/compare/v2.1.2...v2.2
- Python
Published by beykyle about 1 year ago
jitr - Version 2.1: quasi-elastic (p,n)!
What's Changed
- Update README.md by @beykyle in https://github.com/beykyle/jitr/pull/43
- Logo by @beykyle in https://github.com/beykyle/jitr/pull/44
- Logo by @beykyle in https://github.com/beykyle/jitr/pull/45
- Feature charge exchange by @beykyle in https://github.com/beykyle/jitr/pull/46
Full Changelog: https://github.com/beykyle/jitr/compare/v2.0.1...v2.1
- Python
Published by beykyle over 1 year ago
jitr - Major update including cross sections, potentials and UQ
overview
splits code further into submodules, and adds one for calculating cross section observables ('src/jitr/xs'). Adds demonstrations of UQ using KDUQ. Adds many more examples, tests and tutorials.
# solver and interface
The core solver is largely the same, but the interface for passing in an interaction has changed to be much simpler - to define a multichannel interaction, just return a numpy array of the size of the channel matrix. This is much easier than the InteractionMatrix class that was required previously.
- Python
Published by beykyle over 1 year ago
jitr - BAND framework compatibility
What's Changed
- Extend to use numpy structured types for params + some meta updates by @beykyle in https://github.com/beykyle/jitr/pull/26
Full Changelog: https://github.com/beykyle/jitr/compare/v1.3...v1.4
- Python
Published by beykyle over 1 year ago
jitr - Fix bug in coupled channels, refactor for independence of solver components and physical system
- Python
Published by beykyle over 1 year ago
jitr - 1.0 release!
This is the initial functioning release of the framework, which includes support for - non-local potentials - coupled-channels systems - just-in-time compilation
- Python
Published by beykyle over 2 years ago
jitr - Include JIT
- major refactors including use of numba.njit for core solver
- Python
Published by beykyle over 2 years ago
jitr - CI/CD and dynamic versioning
What's Changed
- add formatter by @beykyle in https://github.com/beykyle/lagrange_rmatrix/pull/6
- add dynamic versioning by @beykyle in https://github.com/beykyle/lagrange_rmatrix/pull/7
Full Changelog: https://github.com/beykyle/lagrange_rmatrix/compare/v0.1.5...v0.2
- Python
Published by beykyle over 2 years ago
jitr - Initial functioning release
- tests automated by github actions and
pytest - automatic PyPI distribution on release
- Python
Published by beykyle over 2 years ago
jitr -
Initial implementation and organization of project into python package
- Python
Published by beykyle over 2 years ago