TDCRPy 1.11.5__py3-none-any.whl → 1.12.1__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 1.11.5
3
+ Version: 1.12.1
4
4
  Summary: TDCR model
5
5
  Home-page: https://pypi.org/project/TDCRPy/
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -17,6 +17,7 @@ Classifier: Operating System :: Unix
17
17
  Classifier: Operating System :: MacOS :: MacOS X
18
18
  Classifier: Operating System :: Microsoft :: Windows
19
19
  Classifier: Topic :: Scientific/Engineering :: Physics
20
+ Requires-Python: >=3.11
20
21
  Description-Content-Type: text/markdown
21
22
  License-File: LICENCE.md
22
23
  Requires-Dist: numpy
@@ -1,6 +1,6 @@
1
1
  tdcrpy/TDCRPy.py,sha256=fbIlt_s2sUkQpz7BqePkBRnN_yruijo1H60YXjcg_GM,53894
2
2
  tdcrpy/TDCRPy1.py,sha256=QTBZh5B5JWnGB0BQfD-cFmwA9W080OD4sG-aj50-ejo,38106
3
- tdcrpy/TDCR_model_lib.py,sha256=AzZAVArV6iTjvlonthh3BRJNeUvFTZ389-MlTdXTMS4,105622
3
+ tdcrpy/TDCR_model_lib.py,sha256=Nx_ojL8CEIE_LqSYAdvwYQdGFaRKUgTLoJDdF0HYzos,105625
4
4
  tdcrpy/TDCRoptimize.py,sha256=c2XIGveeLdVYYek4Rg6dygMvVA2xIrIkMb3L-_jUucM,6496
5
5
  tdcrpy/__init__.py,sha256=vQslGLsoZPIceaitnSHOqN6lUdjEyJ3YhfJ6tYdXt-s,127
6
6
  tdcrpy/config.toml,sha256=rHuuM520HZquGrEd8LAVUdvnzZGtk90pigudy-MXnm8,1389
@@ -1081,8 +1081,8 @@ tdcrpy/docs/_build/html/source/modules.html,sha256=Jf-qxVBId0UgpwyvYuyjtMNG-ezPO
1081
1081
  tdcrpy/docs/_build/html/source/tdcrpy.html,sha256=-38lHMNFB22p1tWJEeN3yDqfDiCYE304vxDamO1-iRc,3779
1082
1082
  tdcrpy/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1083
1083
  tdcrpy/test/test_tdcrpy.py,sha256=JINqSEMFoNpptE4f3h6ZzTYW1rBx90KkaoQzltSg-No,4692
1084
- TDCRPy-1.11.5.dist-info/LICENCE.md,sha256=ZTpWyGU3qv_iwEpgvCijoCuCYpOPpyzJCgOk46WpUKU,1066
1085
- TDCRPy-1.11.5.dist-info/METADATA,sha256=5-NQ8-WMU0ay291Xio3Cg2LQl3QyWLsgQmDhtJe0jE4,15808
1086
- TDCRPy-1.11.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
1087
- TDCRPy-1.11.5.dist-info/top_level.txt,sha256=f4vzFFcKSEnonAACs0ZXuRczmroLLqtPTqXFymU_VU0,14
1088
- TDCRPy-1.11.5.dist-info/RECORD,,
1084
+ TDCRPy-1.12.1.dist-info/LICENCE.md,sha256=ZTpWyGU3qv_iwEpgvCijoCuCYpOPpyzJCgOk46WpUKU,1066
1085
+ TDCRPy-1.12.1.dist-info/METADATA,sha256=MrqeK4ie9HmD09bld0k4FMLs4nmqfeYbN5MCVOmkA-8,15832
1086
+ TDCRPy-1.12.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
1087
+ TDCRPy-1.12.1.dist-info/top_level.txt,sha256=f4vzFFcKSEnonAACs0ZXuRczmroLLqtPTqXFymU_VU0,14
1088
+ TDCRPy-1.12.1.dist-info/RECORD,,
tdcrpy/TDCR_model_lib.py CHANGED
@@ -76,7 +76,7 @@ def modifynE_electron(x):
76
76
  x0 = readParameters()[0]
77
77
  data1 = data0.replace(f"nE_electron = {x0}",f"nE_electron = {x}")
78
78
  writeConfifAsstr(data1)
79
-
79
+
80
80
  def modifynE_alpha(x):
81
81
  data0 = readConfigAsstr()
82
82
  x0 = readParameters()[1]