TDCRPy 0.0.12__py3-none-any.whl → 0.0.14__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of TDCRPy might be problematic. Click here for more details.
- Code/__init__.py +3 -0
- Code/decayData/__init__.py +1 -0
- {TDCRPy-0.0.12.dist-info → TDCRPy-0.0.14.dist-info}/METADATA +1 -5
- TDCRPy-0.0.14.dist-info/RECORD +15 -0
- TDCRPy-0.0.14.dist-info/top_level.txt +1 -0
- TDCRPy-0.0.12.dist-info/RECORD +0 -15
- TDCRPy-0.0.12.dist-info/top_level.txt +0 -1
- tdcrpy/__init__.py +0 -3
- tdcrpy/decayData/__init__.py +0 -1
- {tdcrpy → Code}/Activity_TDCR.py +0 -0
- {tdcrpy → Code}/EfficiencyProfils.py +0 -0
- {tdcrpy → Code}/TDCRPy.py +0 -0
- {tdcrpy → Code}/TDCR_model_lib.py +0 -0
- {tdcrpy → Code}/TDCRoptimize.py +0 -0
- {tdcrpy → Code}/decay.py +0 -0
- {tdcrpy → Code}/test.py +0 -0
- {tdcrpy → Code}/test1.py +0 -0
- {TDCRPy-0.0.12.dist-info → TDCRPy-0.0.14.dist-info}/LICENCE.md +0 -0
- {TDCRPy-0.0.12.dist-info → TDCRPy-0.0.14.dist-info}/WHEEL +0 -0
Code/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from Code.decayData import All-nuclides_BetaShape.zip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: TDCRPy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.14
|
|
4
4
|
Summary: TDCR model
|
|
5
5
|
Home-page: https://github.com/RomainCoulon/TDCRPy
|
|
6
6
|
Author: RomainCoulon (Romain Coulon)
|
|
@@ -21,10 +21,6 @@ Classifier: Topic :: Scientific/Engineering :: Physics
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENCE.md
|
|
23
23
|
Requires-Dist: numpy
|
|
24
|
-
Requires-Dist: scipy
|
|
25
|
-
Requires-Dist: sys
|
|
26
|
-
Requires-Dist: zipfile
|
|
27
|
-
Requires-Dist: re
|
|
28
24
|
|
|
29
25
|
# TDCRPy
|
|
30
26
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Code/Activity_TDCR.py,sha256=wcllEOJbeEOexAYzcFGQx2luIBhxSU3LtpEalRmNziw,11530
|
|
2
|
+
Code/EfficiencyProfils.py,sha256=-ZUPva1dU7lMRcKbQAewX9QyiTDwCiNQDoaQiw7dOI4,4829
|
|
3
|
+
Code/TDCRPy.py,sha256=J8Hoabv8H3gFn66AlnceZtl-cNyGM6EaPJiHCxKLiV4,23233
|
|
4
|
+
Code/TDCR_model_lib.py,sha256=bF2S2L3L5c4y2Bg6G1tG1PVR7mJJ1L6UU7G0IEHNsTY,79829
|
|
5
|
+
Code/TDCRoptimize.py,sha256=2CssmP_SZSe6C_Bkgei3hon21RPytH4DetMbXi-e6wk,3171
|
|
6
|
+
Code/__init__.py,sha256=TTQEsZc2HFXwzr8NiFZnt95WoQ5ycVSGAQfJLywPtqM,87
|
|
7
|
+
Code/decay.py,sha256=Lnq-kj-6Xs2Rw9w3Y3LlK_ffFip1QzemHdesiug0Wko,817
|
|
8
|
+
Code/test.py,sha256=3r8LxXmQwlHNIefMswwUCy3OoHHKDVK8A3izerGT15U,292
|
|
9
|
+
Code/test1.py,sha256=rGA9d1cgArhAfxRAAdtiz-vPGQ0Ns3HEdN8sCwydHYM,3250
|
|
10
|
+
Code/decayData/__init__.py,sha256=wDAOWYD0eLxS5MLIXAlryPDDwkb8ynwWiVE_QYat9Rg,53
|
|
11
|
+
TDCRPy-0.0.14.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
|
|
12
|
+
TDCRPy-0.0.14.dist-info/METADATA,sha256=PXsr_TXfoewNQxzrzJ0zmPxxO1kcvb9llje0UufDNPs,5633
|
|
13
|
+
TDCRPy-0.0.14.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
14
|
+
TDCRPy-0.0.14.dist-info/top_level.txt,sha256=5dSMF0KOskVmT0QGz9KnqcD9Ccc2Dkq0Sa8FOZk-7Ck,5
|
|
15
|
+
TDCRPy-0.0.14.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Code
|
TDCRPy-0.0.12.dist-info/RECORD
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
tdcrpy/Activity_TDCR.py,sha256=wcllEOJbeEOexAYzcFGQx2luIBhxSU3LtpEalRmNziw,11530
|
|
2
|
-
tdcrpy/EfficiencyProfils.py,sha256=-ZUPva1dU7lMRcKbQAewX9QyiTDwCiNQDoaQiw7dOI4,4829
|
|
3
|
-
tdcrpy/TDCRPy.py,sha256=J8Hoabv8H3gFn66AlnceZtl-cNyGM6EaPJiHCxKLiV4,23233
|
|
4
|
-
tdcrpy/TDCR_model_lib.py,sha256=bF2S2L3L5c4y2Bg6G1tG1PVR7mJJ1L6UU7G0IEHNsTY,79829
|
|
5
|
-
tdcrpy/TDCRoptimize.py,sha256=2CssmP_SZSe6C_Bkgei3hon21RPytH4DetMbXi-e6wk,3171
|
|
6
|
-
tdcrpy/__init__.py,sha256=DrgMGzw5vhdxbXvJq3orzdPeFaq8CwtDHzssp1_DqhM,93
|
|
7
|
-
tdcrpy/decay.py,sha256=Lnq-kj-6Xs2Rw9w3Y3LlK_ffFip1QzemHdesiug0Wko,817
|
|
8
|
-
tdcrpy/test.py,sha256=3r8LxXmQwlHNIefMswwUCy3OoHHKDVK8A3izerGT15U,292
|
|
9
|
-
tdcrpy/test1.py,sha256=rGA9d1cgArhAfxRAAdtiz-vPGQ0Ns3HEdN8sCwydHYM,3250
|
|
10
|
-
tdcrpy/decayData/__init__.py,sha256=fCgaXa17n3BU4O4o1OW9aEGJgSW3mwHIAdLuRH4rpRM,55
|
|
11
|
-
TDCRPy-0.0.12.dist-info/LICENCE.md,sha256=fuYzrZRiOAjJBzA1tsGQwojCgGROArb2Ec48GDTjlWM,1086
|
|
12
|
-
TDCRPy-0.0.12.dist-info/METADATA,sha256=jAJrvhZE3DoOOAvxEJRZP2QNSxFLW4e5P2cH6cwOobs,5718
|
|
13
|
-
TDCRPy-0.0.12.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
14
|
-
TDCRPy-0.0.12.dist-info/top_level.txt,sha256=VgPJa9YJ7fi8wrr9qDJPLhu3tK1BcFRIP6Ib4r3BEfs,7
|
|
15
|
-
TDCRPy-0.0.12.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tdcrpy
|
tdcrpy/__init__.py
DELETED
tdcrpy/decayData/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
from tdcrpy.decayData import All-nuclides_BetaShape.zip
|
{tdcrpy → Code}/Activity_TDCR.py
RENAMED
|
File without changes
|
|
File without changes
|
{tdcrpy → Code}/TDCRPy.py
RENAMED
|
File without changes
|
|
File without changes
|
{tdcrpy → Code}/TDCRoptimize.py
RENAMED
|
File without changes
|
{tdcrpy → Code}/decay.py
RENAMED
|
File without changes
|
{tdcrpy → Code}/test.py
RENAMED
|
File without changes
|
{tdcrpy → Code}/test1.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|