nupyprop


Namenupyprop JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://heasarc.gsfc.nasa.gov/docs/nuSpaceSim/
SummaryA simulator for neutrino propagation through the earth.
upload_time2023-01-28 19:45:30
maintainerSameer Patel, Diksha Garg
docs_urlNone
authorSameer Patel, Diksha Garg, Mary Hall Reno
requires_python
licenseMIT
keywords nasa neutrinos simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            nuPyProp
========

Propagate neutrinos through the earth.

A python package and command line utility, including fortran for
performance with openMP.

Documentation (WIP): https://nupyprop.readthedocs.io/en/latest/

**Note:** While the documentation is currently WIP, users and developers should consult the 
nuPyProp tutorial folder called **plotting_tutorial** in the current repository, for visualizing output from the code and creating user-defined models.

**Citation:** Please cite "Neutrino propagation in the Earth and emerging charged leptons with nuPyProp", D. Garg, S.Patel et al. (NuSpaceSim Collaboration), `e-Print: arXiv:2209.15581 [astro-ph.HE, hep-ph] <https://doi.org/10.48550/arXiv.2209.15581>`__, submitted for publication in Journal of Cosmology and Astroparticle Physics.

**Acknowledgments:** This work is supported by NASA grants 80NSSC19K0626 at the University of Maryland,Baltimore County, 80NSSC19K0460 at the Colorado School of Mines, 80NSSC19K0484 at theUniversity of Iowa, and 80NSSC19K0485 at the University of Utah, 80NSSC18K0464 at LehmanCollege, and under proposal 17-APRA17-0066 at NASA/GSFC and JPL.


Installation
------------

with pip
~~~~~~~~

::

   python3 -m pip install nupyprop

with conda
~~~~~~~~~~

We recommend installing nupyprop into a conda environment like so. In
this example the name of the environment is “nupyprop”

::

   conda create -n nupyprop -c conda-forge -c nuspacesim nupyprop
   conda activate nupyprop

Usage
-----

``nupyprop --help``

**Example** for running tau propagation for 10\ :sup:`7` GeV neutrinos at 10
degrees with 10\ :sup:`7` neutrinos injected with stochastic energy loss &
with all other parameters as defaults:

``nupyprop -e 7 -a 10 -t stochastic -s 1e7``

**Run parameters** are defined in run.py. Different switches are
described as follows:

1. ``-e`` or ``--energy``: incoming neutrino energy in log_10(GeV). Works for
   single energy or multiple energies. For multiple energies, separate
   energies with commas eg. 6,7,8,9,10,11. Default energies are
   10\ :sup:`6`,10\ :sup:`6.25`,10\ :sup:`6.5`,…10\ :sup:`11` GeV.

2. ``-a`` or ``--angle``: slant Earth angles in degrees. Works for single angle
   or multiple angles. For multiple angles, separate angles with commas
   eg. 1,3,5,7,10. Default angles are 1->42 degrees, in steps of 1
   degree.

3. ``-i`` or ``--idepth``: depth of ice/water in km. Default value is 4 km.

4. ``-cl`` or ``--charged_lepton``: flavor of charged lepton used to propagate. Can be either
   muon or tau. Default is tau.

5. ``-n`` or ``--nu_type``: type of neutrino matter. Can be either neutrino or
   anti-neutrino. Default is neutrino.

6. ``-t`` or ``--energy_loss``: energy loss type for lepton - can be stochastic
   or continuous. Default is stochastic.

7.  ``-x`` or ``--xc_model``: neutrino/anti-neutrino cross-section model used.
    Can be from the pre-defined set of models (see xc-table_) or custom.
    Default is ct18nlo.

8.  ``-p`` or ``--pn_model``: photonuclear interaction energy loss model used.
    Can be from the pre-defined set of models (see pn-table_) or custom.
    Default is allm.

9.  ``-el`` or ``--energy_lepton``: option to print exiting charged lepton's final energy in
    output file.
    Default is no

10.  ``-f`` or ``--fac_nu``: rescaling factor for BSM cross-sections. Default is 1.

11. ``-s`` or ``--stats``: statistics or no. of injected neutrinos. Default is 1e7
    neutrinos.
    
12. ``-htc`` or ``--htc_mode``: High throughput computing mode. If set to yes,
    the code will be optimized to run in high throughput computing mode.
    Default is no.
    
**Note**: This program uses OpenMP for propagating the huge number of neutrinos injected.
For this purpose, the code will use **all** the threads available in your processor by default.
To control the number of threads used for running the code, use ``export OMP_NUM_THREADS=x``, 
where ``x`` is the number of threads you want the code to run with.

**Viewing output results**: output_*.h5 will contain the results of the
code after it has finished running. In the terminal, run ``vitables``
(optional dependency) and open the output_*.h5 file to view the output
results.

output_*.h5 naming convention is as follows: **output_A_B_Ckm_D_E_F_G**,
where

| A = Neutrino type: nu is for neutrino & anu is for anti-neutrino.
| B = Charged lepton type: tau is for tau leptons & muon is for muons.
| C = idepth: depth of water layer (in km).
| D = Neutrino (or anti-neutrino) cross-section model.
| E = Charged lepton photonuclear energy loss model.
| F = Energy loss type: can be stochastic or continuous.
| G = Statistics (ie. no. of neutrinos/anti-neutrinos injected).

Model Tables
------------

.. _xc-table:
   
   +--------------------------------------------+--------------------------------------------------------------------------------------------------+
   | Neutrino/Anti-Neutrino Cross-Section Model |                                             Reference                                            |
   +============================================+==================================================================================================+
   |    Abramowicz, Levin, Levy, Maor (ALLM)    | `hep-ph/9712415 <https://arxiv.org/abs/hep-ph/9712415>`_,                                        |
   |                                            | `Phys. Rev. D 96, 043003 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.96.043003>`_    |
   +--------------------------------------------+--------------------------------------------------------------------------------------------------+
   |       Block, Durand, Ha, McKay (BDHM)      | `Phys. Rev. D 89, 094027 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.89.094027>`_,   |
   |                                            | `Phys. Rev. D 96, 043003 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.96.043003>`_    |
   +--------------------------------------------+--------------------------------------------------------------------------------------------------+
   |                 CTEQ18-NLO                 | `Phys. Rev. D 103, 014013 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.103.014013>`_, |
   |                                            | `Phys. Rev. D 81, 114012 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.81.114012>`_    |
   +--------------------------------------------+--------------------------------------------------------------------------------------------------+
   |       Connolly, Thorne, Waters (CTW)       | `Phys. Rev. D 83, 113009 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.83.113009>`_    |
   +--------------------------------------------+--------------------------------------------------------------------------------------------------+
   |                   nCTEQ15                  | `Phys. Rev. D 93, 085037 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.93.085037>`_,   |
   |                                            | `Phys. Rev. D 81, 114012 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.81.114012>`_    |
   +--------------------------------------------+--------------------------------------------------------------------------------------------------+
   |                User Defined                | See `nuPyProp tutorial repository <https://research-git.uiowa.edu/spatel31/nupyprop_tutorial>`__ |
   +--------------------------------------------+--------------------------------------------------------------------------------------------------+
   


.. _pn-table:

   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+
   | Charged Lepton Photonuclear Energy Loss Model |                                            Reference                                            |
   +===============================================+=================================================================================================+
   |      Abramowicz, Levin, Levy, Maor (ALLM)     | `hep-ph/9712415 <https://arxiv.org/abs/hep-ph/9712415>`_,                                       |
   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |
   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+
   |              Bezrukov-Bugaev (BB)             | `Yad. Fiz. 33, 1195 <https://inspirehep.net/literature/170124>`_,                               |
   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |
   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+
   |        Block, Durand, Ha, McKay (BDHM)        | `Phys. Rev. D 89, 094027 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.89.094027>`_,  |
   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |
   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+
   |     Capella, Kaidalov, Merino, Tran (CKMT)    | `Eur. Phys. J. C 10, 153 <https://arxiv.org/abs/hep-ph/9806367>`_                               |
   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |
   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+
   |                  User Defined                 | See `nuPyProp tutorial repository <https://research-git.uiowa.edu/spatel31/nupyprop_tutorial>`__|
   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+

Code Execution Timing Tables
----------------------------
.. _tau-table:

   ============== ================ ==================== ====== =================== ===============
   Charged Lepton Energy Loss Type E\ :sub:`|nu|` [GeV] Angles N\ :sub:`|nu|;;in`    Time (hrs)
   ============== ================ ==================== ====== =================== ===============
   |tau|          Stochastic       10\ :sup:`7`         1-35   10\ :sup:`8`        1.07*, 0.26***  
   |tau|          Continuous       10\ :sup:`7`         1-35   10\ :sup:`8`        0.88*           
   |tau|          Stochastic       10\ :sup:`8`         1-35   10\ :sup:`8`        6.18*, 1.53***  
   |tau|          Continuous       10\ :sup:`8`         1-35   10\ :sup:`8`        5.51*           
   |tau|          Stochastic       10\ :sup:`9`         1-35   10\ :sup:`8`        27.96*, 5.08*** 
   |tau|          Continuous       10\ :sup:`9`         1-35   10\ :sup:`8`        19.11*          
   |tau|          Stochastic       10\ :sup:`10`        1-35   10\ :sup:`8`        49.80*, 12.43***
   |tau|          Continuous       10\ :sup:`10`        1-35   10\ :sup:`8`        35.59*          
   |tau|          Stochastic       10\ :sup:`11`        1-35   10\ :sup:`8`        12.73***        
   |tau|          Continuous       10\ :sup:`11`        1-35   10\ :sup:`8`        -               
   ============== ================ ==================== ====== =================== ===============


.. _mu-table:

  ============== ================ ==================== ================================= ================== ==========
  Charged Lepton Energy Loss Type E\ :sub:`|nu|` [GeV] Angles                            N\ :sub:`|nu|;;in` Time (hrs)
  ============== ================ ==================== ================================= ================== ==========
  |mu|           Stochastic       10\ :sup:`6`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       -        
  |mu|           Continuous       10\ :sup:`6`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       0.95*    
  |mu|           Stochastic       10\ :sup:`7`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       -        
  |mu|           Continuous       10\ :sup:`7`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       3.19*    
  |mu|           Stochastic       10\ :sup:`8`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       -        
  |mu|           Continuous       10\ :sup:`8`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       5.17*    
  |mu|           Stochastic       10\ :sup:`9`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       111.77** 
  |mu|           Continuous       10\ :sup:`9`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       7.42*    
  |mu|           Stochastic       10\ :sup:`10`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       98.17*   
  |mu|           Continuous       10\ :sup:`10`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       9.76*    
  |mu|           Stochastic       10\ :sup:`11`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       -        
  |mu|           Continuous       10\ :sup:`11`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\ :sup:`8`       -        
  ============== ================ ==================== ================================= ================== ==========

\* - Intel Core i7-8750H; 6 cores & 12 threads. \*\* - Intel Core
i5-10210; 4 cores & 8 threads. \**\* - UIowa Argon cluster; 56 cores.

**For debugging/development:** The correct order to look at the code is
in the following order:

1. *data.py*: contains functions for reading/writing from/to hdf5 files.
2. *geometry.py*: contains the Earth geometry modules (including
   PREM) for use with python/fortran.
3. *models.py*: contains neutrino cross-section & charged lepton energy loss model templates.
4. *propagate.f90*: heart of the code; contains fortran modules to
   interpolate between geometry variables, cross-sections, energy loss
   parameters & propagate neutrinos and charged leptons through the Earth.
5. *main.py*: forms the main skeleton of the code; propagates the
   neutrinos and charged leptons, and calculates the p_exit and collects
   outgoing lepton energies.
6. *run.py*: contains all the run parameters and variables needed for
   all the other .py files.

Developing the code on Ubuntu
-----------------------------

These notes should help developers of this code build and install the
package locally using a pep518 compliant build system (pip).

1. Install the non-pypi required dependencies as described for users
   above.
2. Install a fortran compiler. ex: ``sudo apt-get install gfortran``
3. git clone the source code:
   ``git clone git@github.com:NuSpaceSim/nupyprop.git``
4. ``cd nupyprop``
5. build and install the package in ‘editable’ mode
   ``python3 -m pip install -e .``

Developing the code on MacOS
----------------------------

These notes should help developers of this code build and install the
package locally using a pep518 compliant build system (pip). *Currently
we do not support the default system python3 on MacOS* which is out of
date and missing critical functionality. Use the homebrew python
instead, or a ``virtualenv``, or a conda environment.

1. Install the non-pypi required dependencies as described for users
   above.
2. Install a fortran compiler. ex: ``brew install gcc``
3. git clone the source code:
   ``git clone git@github.com:NuSpaceSim/nupyprop.git``
4. ``cd nupyprop``
5. build and install the package in ‘editable’ mode
   ``python3 -m pip install -e .``

.. This data file has been placed in the public domain.
.. Derived from the Unicode character mappings available from
   <http://www.w3.org/2003/entities/xml/>.
   Processed by unicode2rstsubs.py, part of Docutils:
   <http://docutils.sourceforge.net>.

.. |alpha|  unicode:: U+003B1 .. GREEK SMALL LETTER ALPHA
.. |beta|   unicode:: U+003B2 .. GREEK SMALL LETTER BETA
.. |chi|    unicode:: U+003C7 .. GREEK SMALL LETTER CHI
.. |Delta|  unicode:: U+00394 .. GREEK CAPITAL LETTER DELTA
.. |delta|  unicode:: U+003B4 .. GREEK SMALL LETTER DELTA
.. |epsi|   unicode:: U+003F5 .. GREEK LUNATE EPSILON SYMBOL
.. |epsis|  unicode:: U+003F5 .. GREEK LUNATE EPSILON SYMBOL
.. |epsiv|  unicode:: U+003B5 .. GREEK SMALL LETTER EPSILON
.. |eta|    unicode:: U+003B7 .. GREEK SMALL LETTER ETA
.. |Gamma|  unicode:: U+00393 .. GREEK CAPITAL LETTER GAMMA
.. |gamma|  unicode:: U+003B3 .. GREEK SMALL LETTER GAMMA
.. |Gammad| unicode:: U+003DC .. GREEK LETTER DIGAMMA
.. |gammad| unicode:: U+003DD .. GREEK SMALL LETTER DIGAMMA
.. |iota|   unicode:: U+003B9 .. GREEK SMALL LETTER IOTA
.. |kappa|  unicode:: U+003BA .. GREEK SMALL LETTER KAPPA
.. |kappav| unicode:: U+003F0 .. GREEK KAPPA SYMBOL
.. |Lambda| unicode:: U+0039B .. GREEK CAPITAL LETTER LAMDA
.. |lambda| unicode:: U+003BB .. GREEK SMALL LETTER LAMDA
.. |mu|     unicode:: U+003BC .. GREEK SMALL LETTER MU
.. |nu|     unicode:: U+003BD .. GREEK SMALL LETTER NU
.. |Omega|  unicode:: U+003A9 .. GREEK CAPITAL LETTER OMEGA
.. |omega|  unicode:: U+003C9 .. GREEK SMALL LETTER OMEGA
.. |Phi|    unicode:: U+003A6 .. GREEK CAPITAL LETTER PHI
.. |phi|    unicode:: U+003D5 .. GREEK PHI SYMBOL
.. |phis|   unicode:: U+003D5 .. GREEK PHI SYMBOL
.. |phiv|   unicode:: U+003C6 .. GREEK SMALL LETTER PHI
.. |Pi|     unicode:: U+003A0 .. GREEK CAPITAL LETTER PI
.. |pi|     unicode:: U+003C0 .. GREEK SMALL LETTER PI
.. |piv|    unicode:: U+003D6 .. GREEK PI SYMBOL
.. |Psi|    unicode:: U+003A8 .. GREEK CAPITAL LETTER PSI
.. |psi|    unicode:: U+003C8 .. GREEK SMALL LETTER PSI
.. |rho|    unicode:: U+003C1 .. GREEK SMALL LETTER RHO
.. |rhov|   unicode:: U+003F1 .. GREEK RHO SYMBOL
.. |Sigma|  unicode:: U+003A3 .. GREEK CAPITAL LETTER SIGMA
.. |sigma|  unicode:: U+003C3 .. GREEK SMALL LETTER SIGMA
.. |sigmav| unicode:: U+003C2 .. GREEK SMALL LETTER FINAL SIGMA
.. |tau|    unicode:: U+003C4 .. GREEK SMALL LETTER TAU
.. |Theta|  unicode:: U+00398 .. GREEK CAPITAL LETTER THETA
.. |theta|  unicode:: U+003B8 .. GREEK SMALL LETTER THETA
.. |thetas| unicode:: U+003B8 .. GREEK SMALL LETTER THETA
.. |thetav| unicode:: U+003D1 .. GREEK THETA SYMBOL
.. |Upsi|   unicode:: U+003D2 .. GREEK UPSILON WITH HOOK SYMBOL
.. |upsi|   unicode:: U+003C5 .. GREEK SMALL LETTER UPSILON
.. |Xi|     unicode:: U+0039E .. GREEK CAPITAL LETTER XI
.. |xi|     unicode:: U+003BE .. GREEK SMALL LETTER XI
.. |zeta|   unicode:: U+003B6 .. GREEK SMALL LETTER ZETA

            

Raw data

            {
    "_id": null,
    "home_page": "https://heasarc.gsfc.nasa.gov/docs/nuSpaceSim/",
    "name": "nupyprop",
    "maintainer": "Sameer Patel, Diksha Garg",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "sameer-patel-1@uiowa.edu, diksha-garg@uiowa.edu",
    "keywords": "NASA,neutrinos,Simulation",
    "author": "Sameer Patel, Diksha Garg, Mary Hall Reno",
    "author_email": "sameer-patel-1@uiowa.edu, diksha-garg@uiowa.edu, mary-hall-reno@uiowa.edu",
    "download_url": "",
    "platform": null,
    "description": "nuPyProp\n========\n\nPropagate neutrinos through the earth.\n\nA python package and command line utility, including fortran for\nperformance with openMP.\n\nDocumentation (WIP): https://nupyprop.readthedocs.io/en/latest/\n\n**Note:** While the documentation is currently WIP, users and developers should consult the \nnuPyProp tutorial folder called **plotting_tutorial** in the current repository, for visualizing output from the code and creating user-defined models.\n\n**Citation:** Please cite \"Neutrino propagation in the Earth and emerging charged leptons with nuPyProp\", D. Garg, S.Patel et al. (NuSpaceSim Collaboration), `e-Print: arXiv:2209.15581 [astro-ph.HE, hep-ph] <https://doi.org/10.48550/arXiv.2209.15581>`__, submitted for publication in Journal of Cosmology and Astroparticle Physics.\n\n**Acknowledgments:** This work is supported by NASA grants 80NSSC19K0626 at the University of Maryland,Baltimore County, 80NSSC19K0460 at the Colorado School of Mines, 80NSSC19K0484 at theUniversity of Iowa, and 80NSSC19K0485 at the University of Utah, 80NSSC18K0464 at LehmanCollege, and under proposal 17-APRA17-0066 at NASA/GSFC and JPL.\n\n\nInstallation\n------------\n\nwith pip\n~~~~~~~~\n\n::\n\n   python3 -m pip install nupyprop\n\nwith conda\n~~~~~~~~~~\n\nWe recommend installing nupyprop into a conda environment like so. In\nthis example the name of the environment is \u201cnupyprop\u201d\n\n::\n\n   conda create -n nupyprop -c conda-forge -c nuspacesim nupyprop\n   conda activate nupyprop\n\nUsage\n-----\n\n``nupyprop --help``\n\n**Example** for running tau propagation for 10\\ :sup:`7` GeV neutrinos at 10\ndegrees with 10\\ :sup:`7` neutrinos injected with stochastic energy loss &\nwith all other parameters as defaults:\n\n``nupyprop -e 7 -a 10 -t stochastic -s 1e7``\n\n**Run parameters** are defined in run.py. Different switches are\ndescribed as follows:\n\n1. ``-e`` or ``--energy``: incoming neutrino energy in log_10(GeV). Works for\n   single energy or multiple energies. For multiple energies, separate\n   energies with commas eg. 6,7,8,9,10,11. Default energies are\n   10\\ :sup:`6`,10\\ :sup:`6.25`,10\\ :sup:`6.5`,\u202610\\ :sup:`11` GeV.\n\n2. ``-a`` or ``--angle``: slant Earth angles in degrees. Works for single angle\n   or multiple angles. For multiple angles, separate angles with commas\n   eg. 1,3,5,7,10. Default angles are 1->42 degrees, in steps of 1\n   degree.\n\n3. ``-i`` or ``--idepth``: depth of ice/water in km. Default value is 4 km.\n\n4. ``-cl`` or ``--charged_lepton``: flavor of charged lepton used to propagate. Can be either\n   muon or tau. Default is tau.\n\n5. ``-n`` or ``--nu_type``: type of neutrino matter. Can be either neutrino or\n   anti-neutrino. Default is neutrino.\n\n6. ``-t`` or ``--energy_loss``: energy loss type for lepton - can be stochastic\n   or continuous. Default is stochastic.\n\n7.  ``-x`` or ``--xc_model``: neutrino/anti-neutrino cross-section model used.\n    Can be from the pre-defined set of models (see xc-table_) or custom.\n    Default is ct18nlo.\n\n8.  ``-p`` or ``--pn_model``: photonuclear interaction energy loss model used.\n    Can be from the pre-defined set of models (see pn-table_) or custom.\n    Default is allm.\n\n9.  ``-el`` or ``--energy_lepton``: option to print exiting charged lepton's final energy in\n    output file.\n    Default is no\n\n10.  ``-f`` or ``--fac_nu``: rescaling factor for BSM cross-sections. Default is 1.\n\n11. ``-s`` or ``--stats``: statistics or no. of injected neutrinos. Default is 1e7\n    neutrinos.\n    \n12. ``-htc`` or ``--htc_mode``: High throughput computing mode. If set to yes,\n    the code will be optimized to run in high throughput computing mode.\n    Default is no.\n    \n**Note**: This program uses OpenMP for propagating the huge number of neutrinos injected.\nFor this purpose, the code will use **all** the threads available in your processor by default.\nTo control the number of threads used for running the code, use ``export OMP_NUM_THREADS=x``, \nwhere ``x`` is the number of threads you want the code to run with.\n\n**Viewing output results**: output_*.h5 will contain the results of the\ncode after it has finished running. In the terminal, run ``vitables``\n(optional dependency) and open the output_*.h5 file to view the output\nresults.\n\noutput_*.h5 naming convention is as follows: **output_A_B_Ckm_D_E_F_G**,\nwhere\n\n| A = Neutrino type: nu is for neutrino & anu is for anti-neutrino.\n| B = Charged lepton type: tau is for tau leptons & muon is for muons.\n| C = idepth: depth of water layer (in km).\n| D = Neutrino (or anti-neutrino) cross-section model.\n| E = Charged lepton photonuclear energy loss model.\n| F = Energy loss type: can be stochastic or continuous.\n| G = Statistics (ie. no. of neutrinos/anti-neutrinos injected).\n\nModel Tables\n------------\n\n.. _xc-table:\n   \n   +--------------------------------------------+--------------------------------------------------------------------------------------------------+\n   | Neutrino/Anti-Neutrino Cross-Section Model |                                             Reference                                            |\n   +============================================+==================================================================================================+\n   |    Abramowicz, Levin, Levy, Maor (ALLM)    | `hep-ph/9712415 <https://arxiv.org/abs/hep-ph/9712415>`_,                                        |\n   |                                            | `Phys. Rev. D 96, 043003 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.96.043003>`_    |\n   +--------------------------------------------+--------------------------------------------------------------------------------------------------+\n   |       Block, Durand, Ha, McKay (BDHM)      | `Phys. Rev. D 89, 094027 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.89.094027>`_,   |\n   |                                            | `Phys. Rev. D 96, 043003 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.96.043003>`_    |\n   +--------------------------------------------+--------------------------------------------------------------------------------------------------+\n   |                 CTEQ18-NLO                 | `Phys. Rev. D 103, 014013 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.103.014013>`_, |\n   |                                            | `Phys. Rev. D 81, 114012 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.81.114012>`_    |\n   +--------------------------------------------+--------------------------------------------------------------------------------------------------+\n   |       Connolly, Thorne, Waters (CTW)       | `Phys. Rev. D 83, 113009 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.83.113009>`_    |\n   +--------------------------------------------+--------------------------------------------------------------------------------------------------+\n   |                   nCTEQ15                  | `Phys. Rev. D 93, 085037 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.93.085037>`_,   |\n   |                                            | `Phys. Rev. D 81, 114012 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.81.114012>`_    |\n   +--------------------------------------------+--------------------------------------------------------------------------------------------------+\n   |                User Defined                | See `nuPyProp tutorial repository <https://research-git.uiowa.edu/spatel31/nupyprop_tutorial>`__ |\n   +--------------------------------------------+--------------------------------------------------------------------------------------------------+\n   \n\n\n.. _pn-table:\n\n   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+\n   | Charged Lepton Photonuclear Energy Loss Model |                                            Reference                                            |\n   +===============================================+=================================================================================================+\n   |      Abramowicz, Levin, Levy, Maor (ALLM)     | `hep-ph/9712415 <https://arxiv.org/abs/hep-ph/9712415>`_,                                       |\n   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |\n   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+\n   |              Bezrukov-Bugaev (BB)             | `Yad. Fiz. 33, 1195 <https://inspirehep.net/literature/170124>`_,                               |\n   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |\n   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+\n   |        Block, Durand, Ha, McKay (BDHM)        | `Phys. Rev. D 89, 094027 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.89.094027>`_,  |\n   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |\n   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+\n   |     Capella, Kaidalov, Merino, Tran (CKMT)    | `Eur. Phys. J. C 10, 153 <https://arxiv.org/abs/hep-ph/9806367>`_                               |\n   |                                               | `Phys. Rev. D 63, 094020 <https://journals.aps.org/prd/abstract/10.1103/PhysRevD.63.094020>`_   |\n   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+\n   |                  User Defined                 | See `nuPyProp tutorial repository <https://research-git.uiowa.edu/spatel31/nupyprop_tutorial>`__|\n   +-----------------------------------------------+-------------------------------------------------------------------------------------------------+\n\nCode Execution Timing Tables\n----------------------------\n.. _tau-table:\n\n   ============== ================ ==================== ====== =================== ===============\n   Charged Lepton Energy Loss Type E\\ :sub:`|nu|` [GeV] Angles N\\ :sub:`|nu|;;in`    Time (hrs)\n   ============== ================ ==================== ====== =================== ===============\n   |tau|          Stochastic       10\\ :sup:`7`         1-35   10\\ :sup:`8`        1.07*, 0.26***  \n   |tau|          Continuous       10\\ :sup:`7`         1-35   10\\ :sup:`8`        0.88*           \n   |tau|          Stochastic       10\\ :sup:`8`         1-35   10\\ :sup:`8`        6.18*, 1.53***  \n   |tau|          Continuous       10\\ :sup:`8`         1-35   10\\ :sup:`8`        5.51*           \n   |tau|          Stochastic       10\\ :sup:`9`         1-35   10\\ :sup:`8`        27.96*, 5.08*** \n   |tau|          Continuous       10\\ :sup:`9`         1-35   10\\ :sup:`8`        19.11*          \n   |tau|          Stochastic       10\\ :sup:`10`        1-35   10\\ :sup:`8`        49.80*, 12.43***\n   |tau|          Continuous       10\\ :sup:`10`        1-35   10\\ :sup:`8`        35.59*          \n   |tau|          Stochastic       10\\ :sup:`11`        1-35   10\\ :sup:`8`        12.73***        \n   |tau|          Continuous       10\\ :sup:`11`        1-35   10\\ :sup:`8`        -               \n   ============== ================ ==================== ====== =================== ===============\n\n\n.. _mu-table:\n\n  ============== ================ ==================== ================================= ================== ==========\n  Charged Lepton Energy Loss Type E\\ :sub:`|nu|` [GeV] Angles                            N\\ :sub:`|nu|;;in` Time (hrs)\n  ============== ================ ==================== ================================= ================== ==========\n  |mu|           Stochastic       10\\ :sup:`6`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       -        \n  |mu|           Continuous       10\\ :sup:`6`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       0.95*    \n  |mu|           Stochastic       10\\ :sup:`7`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       -        \n  |mu|           Continuous       10\\ :sup:`7`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       3.19*    \n  |mu|           Stochastic       10\\ :sup:`8`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       -        \n  |mu|           Continuous       10\\ :sup:`8`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       5.17*    \n  |mu|           Stochastic       10\\ :sup:`9`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       111.77** \n  |mu|           Continuous       10\\ :sup:`9`         1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       7.42*    \n  |mu|           Stochastic       10\\ :sup:`10`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       98.17*   \n  |mu|           Continuous       10\\ :sup:`10`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       9.76*    \n  |mu|           Stochastic       10\\ :sup:`11`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       -        \n  |mu|           Continuous       10\\ :sup:`11`        1,2,3,5,7,10,12,15,17,20,25,30,35 10\\ :sup:`8`       -        \n  ============== ================ ==================== ================================= ================== ==========\n\n\\* - Intel Core i7-8750H; 6 cores & 12 threads. \\*\\* - Intel Core\ni5-10210; 4 cores & 8 threads. \\**\\* - UIowa Argon cluster; 56 cores.\n\n**For debugging/development:** The correct order to look at the code is\nin the following order:\n\n1. *data.py*: contains functions for reading/writing from/to hdf5 files.\n2. *geometry.py*: contains the Earth geometry modules (including\n   PREM) for use with python/fortran.\n3. *models.py*: contains neutrino cross-section & charged lepton energy loss model templates.\n4. *propagate.f90*: heart of the code; contains fortran modules to\n   interpolate between geometry variables, cross-sections, energy loss\n   parameters & propagate neutrinos and charged leptons through the Earth.\n5. *main.py*: forms the main skeleton of the code; propagates the\n   neutrinos and charged leptons, and calculates the p_exit and collects\n   outgoing lepton energies.\n6. *run.py*: contains all the run parameters and variables needed for\n   all the other .py files.\n\nDeveloping the code on Ubuntu\n-----------------------------\n\nThese notes should help developers of this code build and install the\npackage locally using a pep518 compliant build system (pip).\n\n1. Install the non-pypi required dependencies as described for users\n   above.\n2. Install a fortran compiler. ex: ``sudo apt-get install gfortran``\n3. git clone the source code:\n   ``git clone git@github.com:NuSpaceSim/nupyprop.git``\n4. ``cd nupyprop``\n5. build and install the package in \u2018editable\u2019 mode\n   ``python3 -m pip install -e .``\n\nDeveloping the code on MacOS\n----------------------------\n\nThese notes should help developers of this code build and install the\npackage locally using a pep518 compliant build system (pip). *Currently\nwe do not support the default system python3 on MacOS* which is out of\ndate and missing critical functionality. Use the homebrew python\ninstead, or a ``virtualenv``, or a conda environment.\n\n1. Install the non-pypi required dependencies as described for users\n   above.\n2. Install a fortran compiler. ex: ``brew install gcc``\n3. git clone the source code:\n   ``git clone git@github.com:NuSpaceSim/nupyprop.git``\n4. ``cd nupyprop``\n5. build and install the package in \u2018editable\u2019 mode\n   ``python3 -m pip install -e .``\n\n.. This data file has been placed in the public domain.\n.. Derived from the Unicode character mappings available from\n   <http://www.w3.org/2003/entities/xml/>.\n   Processed by unicode2rstsubs.py, part of Docutils:\n   <http://docutils.sourceforge.net>.\n\n.. |alpha|  unicode:: U+003B1 .. GREEK SMALL LETTER ALPHA\n.. |beta|   unicode:: U+003B2 .. GREEK SMALL LETTER BETA\n.. |chi|    unicode:: U+003C7 .. GREEK SMALL LETTER CHI\n.. |Delta|  unicode:: U+00394 .. GREEK CAPITAL LETTER DELTA\n.. |delta|  unicode:: U+003B4 .. GREEK SMALL LETTER DELTA\n.. |epsi|   unicode:: U+003F5 .. GREEK LUNATE EPSILON SYMBOL\n.. |epsis|  unicode:: U+003F5 .. GREEK LUNATE EPSILON SYMBOL\n.. |epsiv|  unicode:: U+003B5 .. GREEK SMALL LETTER EPSILON\n.. |eta|    unicode:: U+003B7 .. GREEK SMALL LETTER ETA\n.. |Gamma|  unicode:: U+00393 .. GREEK CAPITAL LETTER GAMMA\n.. |gamma|  unicode:: U+003B3 .. GREEK SMALL LETTER GAMMA\n.. |Gammad| unicode:: U+003DC .. GREEK LETTER DIGAMMA\n.. |gammad| unicode:: U+003DD .. GREEK SMALL LETTER DIGAMMA\n.. |iota|   unicode:: U+003B9 .. GREEK SMALL LETTER IOTA\n.. |kappa|  unicode:: U+003BA .. GREEK SMALL LETTER KAPPA\n.. |kappav| unicode:: U+003F0 .. GREEK KAPPA SYMBOL\n.. |Lambda| unicode:: U+0039B .. GREEK CAPITAL LETTER LAMDA\n.. |lambda| unicode:: U+003BB .. GREEK SMALL LETTER LAMDA\n.. |mu|     unicode:: U+003BC .. GREEK SMALL LETTER MU\n.. |nu|     unicode:: U+003BD .. GREEK SMALL LETTER NU\n.. |Omega|  unicode:: U+003A9 .. GREEK CAPITAL LETTER OMEGA\n.. |omega|  unicode:: U+003C9 .. GREEK SMALL LETTER OMEGA\n.. |Phi|    unicode:: U+003A6 .. GREEK CAPITAL LETTER PHI\n.. |phi|    unicode:: U+003D5 .. GREEK PHI SYMBOL\n.. |phis|   unicode:: U+003D5 .. GREEK PHI SYMBOL\n.. |phiv|   unicode:: U+003C6 .. GREEK SMALL LETTER PHI\n.. |Pi|     unicode:: U+003A0 .. GREEK CAPITAL LETTER PI\n.. |pi|     unicode:: U+003C0 .. GREEK SMALL LETTER PI\n.. |piv|    unicode:: U+003D6 .. GREEK PI SYMBOL\n.. |Psi|    unicode:: U+003A8 .. GREEK CAPITAL LETTER PSI\n.. |psi|    unicode:: U+003C8 .. GREEK SMALL LETTER PSI\n.. |rho|    unicode:: U+003C1 .. GREEK SMALL LETTER RHO\n.. |rhov|   unicode:: U+003F1 .. GREEK RHO SYMBOL\n.. |Sigma|  unicode:: U+003A3 .. GREEK CAPITAL LETTER SIGMA\n.. |sigma|  unicode:: U+003C3 .. GREEK SMALL LETTER SIGMA\n.. |sigmav| unicode:: U+003C2 .. GREEK SMALL LETTER FINAL SIGMA\n.. |tau|    unicode:: U+003C4 .. GREEK SMALL LETTER TAU\n.. |Theta|  unicode:: U+00398 .. GREEK CAPITAL LETTER THETA\n.. |theta|  unicode:: U+003B8 .. GREEK SMALL LETTER THETA\n.. |thetas| unicode:: U+003B8 .. GREEK SMALL LETTER THETA\n.. |thetav| unicode:: U+003D1 .. GREEK THETA SYMBOL\n.. |Upsi|   unicode:: U+003D2 .. GREEK UPSILON WITH HOOK SYMBOL\n.. |upsi|   unicode:: U+003C5 .. GREEK SMALL LETTER UPSILON\n.. |Xi|     unicode:: U+0039E .. GREEK CAPITAL LETTER XI\n.. |xi|     unicode:: U+003BE .. GREEK SMALL LETTER XI\n.. |zeta|   unicode:: U+003B6 .. GREEK SMALL LETTER ZETA\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simulator for neutrino propagation through the earth.",
    "version": "1.0.1",
    "split_keywords": [
        "nasa",
        "neutrinos",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e0653494753e616b8eb5471a991c88983e19d01863f6f42bc46ae64e5bba4be",
                "md5": "33e5498864fdaeff034b3e11a65bd27f",
                "sha256": "5b4779e7cb8b70c922502c5c4aed08d072a46b47b90e00c13e1a49f25e9311b5"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33e5498864fdaeff034b3e11a65bd27f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 16496018,
            "upload_time": "2023-01-28T19:45:30",
            "upload_time_iso_8601": "2023-01-28T19:45:30.195573Z",
            "url": "https://files.pythonhosted.org/packages/1e/06/53494753e616b8eb5471a991c88983e19d01863f6f42bc46ae64e5bba4be/nupyprop-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b8c2ea36112e6f41026335eefb191270f2e5303f73b0db457852506f9c35fdf",
                "md5": "6b581942a78ec3e8e6e8ca8373dc2f11",
                "sha256": "67421f0707afba049fd6e93e7defb4fd8958b053eedc71133d34217283c1b72d"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6b581942a78ec3e8e6e8ca8373dc2f11",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 16347718,
            "upload_time": "2023-01-28T19:45:33",
            "upload_time_iso_8601": "2023-01-28T19:45:33.414498Z",
            "url": "https://files.pythonhosted.org/packages/9b/8c/2ea36112e6f41026335eefb191270f2e5303f73b0db457852506f9c35fdf/nupyprop-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27960b54a22a592cfae790d719c2a6e6e39ffc6279fdba5ee6395e24dd6c83cc",
                "md5": "eddae5d7d7b43d3dd38d8cb75e400b24",
                "sha256": "a46111e5a175ab679df96b915fb2ddb3400bc31bee8733f386215722a9604e35"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eddae5d7d7b43d3dd38d8cb75e400b24",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 16496018,
            "upload_time": "2023-01-28T19:45:36",
            "upload_time_iso_8601": "2023-01-28T19:45:36.640543Z",
            "url": "https://files.pythonhosted.org/packages/27/96/0b54a22a592cfae790d719c2a6e6e39ffc6279fdba5ee6395e24dd6c83cc/nupyprop-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29e9a169ba6facaf913c33996823ed6885dced872c07381a05b3e23ecc26724b",
                "md5": "b747b7de7fd7c54d58cd3f9028918492",
                "sha256": "5f7293efeff538a02b3779f4ffc7f80b299c95734a054d3c60717170f62a8912"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b747b7de7fd7c54d58cd3f9028918492",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 16351662,
            "upload_time": "2023-01-28T19:45:39",
            "upload_time_iso_8601": "2023-01-28T19:45:39.405852Z",
            "url": "https://files.pythonhosted.org/packages/29/e9/a169ba6facaf913c33996823ed6885dced872c07381a05b3e23ecc26724b/nupyprop-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "022aa0b78db3b4d2aeedc4af4a3a71639803c72bd04bb32254bf2d9c633cd77b",
                "md5": "185e41f0b56107cbe0288133bde82a80",
                "sha256": "0f9138945ee5cc852669c43c2b414c951141e9791e8751e891716a41b278685b"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "185e41f0b56107cbe0288133bde82a80",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 16495959,
            "upload_time": "2023-01-28T19:45:42",
            "upload_time_iso_8601": "2023-01-28T19:45:42.259078Z",
            "url": "https://files.pythonhosted.org/packages/02/2a/a0b78db3b4d2aeedc4af4a3a71639803c72bd04bb32254bf2d9c633cd77b/nupyprop-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "498b199af51dc075d625eba7f5747fc23c442c652b95a824c74ee7c58cebbc4a",
                "md5": "dcb90698a4eb78fe8297c925dce208e4",
                "sha256": "7f2ced009f19579701372323e90bc97f766e489b8645fbd032a6676a61a20925"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dcb90698a4eb78fe8297c925dce208e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 16345213,
            "upload_time": "2023-01-28T19:45:45",
            "upload_time_iso_8601": "2023-01-28T19:45:45.075728Z",
            "url": "https://files.pythonhosted.org/packages/49/8b/199af51dc075d625eba7f5747fc23c442c652b95a824c74ee7c58cebbc4a/nupyprop-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b84247d16c2862d3c19b672df55e4a7df95437900a72f659458dc346a8e422e",
                "md5": "925930333641aa5207636df7499a2714",
                "sha256": "66ce000094a025a67cd3c93f818bcc83c66dfd3ce495ac79273394e5d58c3ef1"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "925930333641aa5207636df7499a2714",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 16495957,
            "upload_time": "2023-01-28T19:45:47",
            "upload_time_iso_8601": "2023-01-28T19:45:47.972739Z",
            "url": "https://files.pythonhosted.org/packages/8b/84/247d16c2862d3c19b672df55e4a7df95437900a72f659458dc346a8e422e/nupyprop-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "997759d35e5111d324d08ba03239fbff381d685ae3042ba03c7b353276836538",
                "md5": "3fae320f11f6fa9c92306ba188bf2d3e",
                "sha256": "95f5c967690c38ef84db6715ed644871aead0b405bf143354d6ebdaa6ba048a7"
            },
            "downloads": -1,
            "filename": "nupyprop-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3fae320f11f6fa9c92306ba188bf2d3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 16345934,
            "upload_time": "2023-01-28T19:45:50",
            "upload_time_iso_8601": "2023-01-28T19:45:50.630280Z",
            "url": "https://files.pythonhosted.org/packages/99/77/59d35e5111d324d08ba03239fbff381d685ae3042ba03c7b353276836538/nupyprop-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-28 19:45:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "nupyprop"
}
        
Elapsed time: 0.03239s