orto 0.26.0__tar.gz → 0.26.2__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.2
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.2'
@@ -1151,7 +1151,7 @@ def plot_ailft_func(uargs) -> None:
1151
1151
  plotter.plot_ailft_orb_energies(
1152
1152
  dataframe['energies (cm^-1)'] * convs[uargs.units],
1153
1153
  groups=uargs.groups,
1154
- occupancies=uargs.occupancies,
1154
+ occupations=uargs.occupancies,
1155
1155
  # labels=mm_orbnames, # convert these to %ages
1156
1156
  window_title=f'AI-LFT orbitals from {uargs.output_file}',
1157
1157
  y_unit=unit_labels[uargs.units],
@@ -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.2
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.2'
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