TDCRPy 0.0.37__tar.gz → 0.0.38__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.37/TDCRPy.egg-info → TDCRPy-0.0.38}/PKG-INFO +1 -1
- {TDCRPy-0.0.37 → TDCRPy-0.0.38/TDCRPy.egg-info}/PKG-INFO +1 -1
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/setup.py +1 -1
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/TDCRPy.py +1 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/LICENCE.md +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/MANIFEST.in +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/README.md +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/TDCRPy.egg-info/SOURCES.txt +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/TDCRPy.egg-info/dependency_links.txt +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/TDCRPy.egg-info/requires.txt +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/TDCRPy.egg-info/top_level.txt +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/setup.cfg +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/TDCR_model_lib.py +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/TDCRoptimize.py +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/__init__.py +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/config.toml +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/decayData/All-nuclides_BetaShape.zip +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/decayData/All-nuclides_Ensdf.zip +0 -0
- {TDCRPy-0.0.37 → TDCRPy-0.0.38}/tdcrpy/decayData/All-nuclides_PenNuc.zip +0 -0
|
@@ -389,6 +389,7 @@ def TDCRPy(L, TD, TAB, TBC, TAC, Rad, pmf_1, N, kB, RHO, nE, mode, mode2, Displa
|
|
|
389
389
|
'''
|
|
390
390
|
if mode2=="sym":
|
|
391
391
|
mean_efficiency_T = np.mean(efficiency_T) # average
|
|
392
|
+
print(efficiency_T[:100])
|
|
392
393
|
std_efficiency_T = np.std(efficiency_T)/np.sqrt(N) # standard deviation
|
|
393
394
|
mean_efficiency_D = np.mean(efficiency_D)
|
|
394
395
|
std_efficiency_D = np.std(efficiency_D)/np.sqrt(N)
|
|
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
|
|
File without changes
|
|
File without changes
|