qrotor 4.0.2__py3-none-any.whl → 4.1.0__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 qrotor might be problematic. Click here for more details.

qrotor/_version.py CHANGED
@@ -10,5 +10,5 @@ https://semver.org/
10
10
 
11
11
  """
12
12
 
13
- __version__ = 'v4.0.2'
13
+ __version__ = 'v4.1.0'
14
14
 
qrotor/solve.py CHANGED
@@ -100,7 +100,7 @@ def schrodinger(system:System) -> System:
100
100
  system.version = __version__
101
101
  system.runtime = time.time() - time_start
102
102
  system.eigenvalues = eigenvalues
103
- system.energy_barrier = max(V) - min(eigenvalues)
103
+ system.E_activation = max(V) - min(eigenvalues)
104
104
  # Solve excitations and tunnel splittings, assuming triplet degeneracy
105
105
  system = excitations(system)
106
106
  # Do we really need to save eigenvectors?
qrotor/system.py CHANGED
@@ -103,6 +103,8 @@ class System:
103
103
  """List of `eigenvalues` grouped by energy levels, found below `potential_max`."""
104
104
  self.deg: float = None
105
105
  """Estimated degeneracy of the `E_levels` found below `potential_max`."""
106
+ self.E_activation: float = None
107
+ """Activation energy or energy barrier, from the ground torsional state to the top of the potential barrier, `max(V) - min(eigenvalues)`"""
106
108
  self.excitations: list = []
107
109
  """Torsional excitations, as the difference between each energy level with respect to the ground state.
108
110
 
@@ -115,8 +117,6 @@ class System:
115
117
  the mean of the eigenvalues from A and the mean of the eigenvalues from E,
116
118
  see [R. M. Dimeo, American Journal of Physics 71, 885–893 (2003)](https://doi.org/10.1119/1.1538575).
117
119
  """
118
- self.energy_barrier: float = None
119
- """Activation energy or energy barrier, from the ground torsional state to the top of the potential barrier, `max(V) - min(eigenvalues)`"""
120
120
  self.runtime: float = None
121
121
  """Time taken to solve the eigenvalues."""
122
122
 
@@ -269,7 +269,7 @@ class System:
269
269
  'deg': self.deg,
270
270
  'excitations': self.excitations,
271
271
  'splittings': self.splittings,
272
- 'energy_barrier': self.energy_barrier,
272
+ 'E_activation': self.E_activation,
273
273
  'runtime': self.runtime,
274
274
  }
275
275
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrotor
3
- Version: 4.0.2
3
+ Version: 4.1.0
4
4
  Summary: QRotor
5
5
  Author: Pablo Gila-Herranz
6
6
  Author-email: pgila001@ikasle.ehu.eus
@@ -1,20 +1,20 @@
1
1
  qrotor/__init__.py,sha256=rG2dH4QjsVUOMBhFnv5gXs3QnrUg7fywd5pIDmMBXcQ,246
2
- qrotor/_version.py,sha256=WfMOkqINoRxtl94Yz6ro_Svh85CVtVc_kBhLMclRC4g,194
2
+ qrotor/_version.py,sha256=Nua4qsgx0bY8W7io9up8mEgvL_e9nuVunr--jEqP2LQ,194
3
3
  qrotor/constants.py,sha256=l25-YHxWQPr5RFGl8e0Hpdkc0E4ER03Gj-P9Jmbqelc,3203
4
4
  qrotor/plot.py,sha256=th6eDoTB01KaVjfH2uiKMjU4VJMfdv0yK97PwCJydKI,13479
5
5
  qrotor/potential.py,sha256=9NyekNIMbjiRtJ8G6CtCMHX5v-g7kKC8un2x3blq-2w,18320
6
6
  qrotor/rotate.py,sha256=Wje9Q9SFhDvizz58MzNGBwsmgV-3wN9z2SnUNTIXzeg,8107
7
- qrotor/solve.py,sha256=tnkE5JYT8wW85gNbOEMgHTnzOZCb8q5xPcJbDI4uOB0,10724
8
- qrotor/system.py,sha256=onY3HfY2zpRLDJUjBJRX-nJu6YH_qhnPnCW6Uyam_Ws,11453
7
+ qrotor/solve.py,sha256=YkOR1SJlpk41PCNEhslv6X3wV1TWMNztT78qX3Pngf0,10722
8
+ qrotor/system.py,sha256=v6BFA9Pm1HbYdfm-XrPP7iWlbcvjxX7ynGBMOxDR7yc,11447
9
9
  qrotor/systems.py,sha256=Hcx0QvMWpaPMfC6HWpkZPPWDyHk9rxWKdAxWNnD2NMg,8184
10
- qrotor-4.0.2.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
10
+ qrotor-4.1.0.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
11
11
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  tests/test_constants.py,sha256=YHKkPyZlzjchxxzON_VSNsQdKnpkknsFVoIA6TcUk70,399
13
13
  tests/test_potential.py,sha256=_Vq9t9Xm59kNbyYwXlRnvKcxwL7vntD2j14W2aUtF6I,1302
14
14
  tests/test_rotate.py,sha256=2On2d1E82hdisFC5DXpaqqYNnteX7ZP3PAnGa_oGm2M,1896
15
15
  tests/test_solve.py,sha256=tEjLUZC7oe6LCQD5b2xf2aaK9lu-zI4lzuPXOGR2GAs,861
16
16
  tests/test_system.py,sha256=36d-8AdoJdzq0O9_O3s8wwBPGa-M7A86YiHqhhAsCZ8,742
17
- qrotor-4.0.2.dist-info/METADATA,sha256=T4uzj6bJ0bsRZ5pN5XO2i-i2SY1JoakroDGl1Za5zYU,8719
18
- qrotor-4.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- qrotor-4.0.2.dist-info/top_level.txt,sha256=mLnYs07-amqX4TqbDV2_XvgdpHfgrYmzmYb7dwoh6EQ,13
20
- qrotor-4.0.2.dist-info/RECORD,,
17
+ qrotor-4.1.0.dist-info/METADATA,sha256=-_zFlV6XwLwo5Oxrrf8lo-srb06KI5sF1SMJCJqAVAk,8719
18
+ qrotor-4.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ qrotor-4.1.0.dist-info/top_level.txt,sha256=mLnYs07-amqX4TqbDV2_XvgdpHfgrYmzmYb7dwoh6EQ,13
20
+ qrotor-4.1.0.dist-info/RECORD,,
File without changes