TDCRPy 0.0.7__tar.gz → 0.0.8__tar.gz
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.
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/TDCRPy.py +1 -1
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/PKG-INFO +1 -1
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/TDCRPy.egg-info/PKG-INFO +1 -1
- TDCRPy-0.0.8/TDCRPy.egg-info/SOURCES.txt +17 -0
- TDCRPy-0.0.8/TDCRPy.egg-info/top_level.txt +1 -0
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/setup.py +1 -1
- TDCRPy-0.0.7/TDCRPy.egg-info/SOURCES.txt +0 -17
- TDCRPy-0.0.7/TDCRPy.egg-info/top_level.txt +0 -1
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/Activity_TDCR.py +0 -0
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/EfficiencyProfils.py +0 -0
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/TDCR_model_lib.py +0 -0
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/TDCRoptimize.py +0 -0
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/__init__.py +0 -0
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/decay.py +0 -0
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/test.py +0 -0
- {TDCRPy-0.0.7/TDCRPy → TDCRPy-0.0.8/Code}/test1.py +0 -0
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/LICENCE.md +0 -0
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/README.md +0 -0
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/TDCRPy.egg-info/dependency_links.txt +0 -0
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/TDCRPy.egg-info/requires.txt +0 -0
- {TDCRPy-0.0.7 → TDCRPy-0.0.8}/setup.cfg +0 -0
|
@@ -9,7 +9,7 @@ Bureau International des Poids et Mesures
|
|
|
9
9
|
"""
|
|
10
10
|
|
|
11
11
|
## IMPORT PYTHON MODULES
|
|
12
|
-
import TDCR_model_lib as tl
|
|
12
|
+
import TDCRPy.TDCR_model_lib as tl
|
|
13
13
|
import numpy as np
|
|
14
14
|
|
|
15
15
|
def TDCRPy(L, TD, TAB, TBC, TAC, Rad, pmf_1, N, kB, RHO, nE, mode, mode2, Display=False):
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
LICENCE.md
|
|
2
|
+
README.md
|
|
3
|
+
setup.py
|
|
4
|
+
Code/Activity_TDCR.py
|
|
5
|
+
Code/EfficiencyProfils.py
|
|
6
|
+
Code/TDCRPy.py
|
|
7
|
+
Code/TDCR_model_lib.py
|
|
8
|
+
Code/TDCRoptimize.py
|
|
9
|
+
Code/__init__.py
|
|
10
|
+
Code/decay.py
|
|
11
|
+
Code/test.py
|
|
12
|
+
Code/test1.py
|
|
13
|
+
TDCRPy.egg-info/PKG-INFO
|
|
14
|
+
TDCRPy.egg-info/SOURCES.txt
|
|
15
|
+
TDCRPy.egg-info/dependency_links.txt
|
|
16
|
+
TDCRPy.egg-info/requires.txt
|
|
17
|
+
TDCRPy.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Code
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
LICENCE.md
|
|
2
|
-
README.md
|
|
3
|
-
setup.py
|
|
4
|
-
TDCRPy/Activity_TDCR.py
|
|
5
|
-
TDCRPy/EfficiencyProfils.py
|
|
6
|
-
TDCRPy/TDCRPy.py
|
|
7
|
-
TDCRPy/TDCR_model_lib.py
|
|
8
|
-
TDCRPy/TDCRoptimize.py
|
|
9
|
-
TDCRPy/__init__.py
|
|
10
|
-
TDCRPy/decay.py
|
|
11
|
-
TDCRPy/test.py
|
|
12
|
-
TDCRPy/test1.py
|
|
13
|
-
TDCRPy.egg-info/PKG-INFO
|
|
14
|
-
TDCRPy.egg-info/SOURCES.txt
|
|
15
|
-
TDCRPy.egg-info/dependency_links.txt
|
|
16
|
-
TDCRPy.egg-info/requires.txt
|
|
17
|
-
TDCRPy.egg-info/top_level.txt
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
TDCRPy
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|