This is the Python package for the composite uFJC with scission.
This package corresponds to "A statistical mechanics framework for polymer chain scission, based on the concepts of distorted bond potential and asymptotic matching" by Jason Mulderrig (jasonmulderrig), Brandon Talamini (btalamini), and Nikolaos Bouklas (bouklas), Journal of the Mechanics and Physics of Solids (2023).
It was written for Python 3, and uses some typical packages: numpy, scipy, and matplotlib. It also requires the use of numquad, a Python package used for numerical quadrature (i.e., numerical integration). numquad itself depends on the Python packages orthogpoly and multidim.
Please find more information on installation, usage, and examples [here](https://github.com/jasonmulderrig/composite-uFJC-scission).