orto 0.26.0__tar.gz → 0.26.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orto
3
- Version: 0.26.0
3
+ Version: 0.26.1
4
4
  Summary: A package to make life easier when performing Orca calculations.
5
5
  Home-page: https://gitlab.com/kragskow-group/orto
6
6
  Author: Jon Kragskow
@@ -0,0 +1 @@
1
+ __version__ = '0.26.1'
@@ -574,6 +574,7 @@ class FrequencyExtractor(extto.BetweenExtractor):
574
574
 
575
575
  # Calculate A_e in units of m mol^-1
576
576
  ae = np.ones_like(wavenumbers)
577
+ ae[:n_zero] = 0
577
578
  ae *= sc.Avogadro / (12 * sc.epsilon_0 * sc.speed_of_light**2)
578
579
  ae[n_zero:] *= t[n_zero:] ** 2
579
580
  # and convert to km mol^-1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orto
3
- Version: 0.26.0
3
+ Version: 0.26.1
4
4
  Summary: A package to make life easier when performing Orca calculations.
5
5
  Home-page: https://gitlab.com/kragskow-group/orto
6
6
  Author: Jon Kragskow
@@ -8,7 +8,7 @@ Please see the `orto` documentation for more details.
8
8
 
9
9
  # DO NOT EDIT THIS NUMBER!
10
10
  # IT IS AUTOMATICALLY CHANGED BY python-semantic-release
11
- __version__ = '0.26.0'
11
+ __version__ = '0.26.1'
12
12
 
13
13
  setuptools.setup(
14
14
  name='orto',
@@ -1 +0,0 @@
1
- __version__ = '0.26.0'
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