Metadata-Version: 1.0
Name: gr_xs
Version: 0.1.2
Summary: Implementation of arxiv:1407.4415 for nu-e W-Boson resonance
Home-page: https://github.com/tianluyuan/gr_xs.git
Author: T. Yuan
Author-email: tyuan@icecube.wisc.edu
License: UNKNOWN
Description: # gr_xs
        Implementation of arxiv:1407.4415 for nu-e W-Boson resonance with Doppler broadening.
        
        Install via `pip install gr-xs`.
        
        ```Python
        import gr_xs
        gr_xs.sigma_erest(6.3e6) # Eq. (3), cross-section ratio of electron at rest
        gr_xs.sigma_edopp(6.3e6, 'O') # Eq. (6), cross-section ratio of bound electron in O
        ```
        
Platform: UNKNOWN
