orto 1.10.0__tar.gz → 1.10.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: 1.10.0
3
+ Version: 1.10.1
4
4
  Summary: A package to make life easier when performing Orca calculations.
5
5
  Home-page: https://orto.kragskow.group
6
6
  Author: Jon Kragskow
@@ -0,0 +1 @@
1
+ __version__ = '1.10.1'
@@ -254,7 +254,8 @@ def extract_gmatrix_func(uargs, save=True):
254
254
  'total': 'ELECTRONIC G-MATRIX',
255
255
  'L': 'ELECTRONIC G-MATRIX: L contribution',
256
256
  'S': 'ELECTRONIC G-MATRIX: S contribution',
257
- 'eff': 'ELECTRONIC G-MATRIX FROM EFFECTIVE HAMILTONIAN'
257
+ 'eff': 'ELECTRONIC G-MATRIX FROM EFFECTIVE HAMILTONIAN',
258
+ 'dft': 'ELECTRONIC G-MATRIX FROM DFT LINEAR RESPONSE'
258
259
  }
259
260
 
260
261
  title = titles[uargs.type]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orto
3
- Version: 1.10.0
3
+ Version: 1.10.1
4
4
  Summary: A package to make life easier when performing Orca calculations.
5
5
  Home-page: https://orto.kragskow.group
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__ = '1.10.0'
11
+ __version__ = '1.10.1'
12
12
 
13
13
  setuptools.setup(
14
14
  name='orto',
@@ -1 +0,0 @@
1
- __version__ = '1.10.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
File without changes
File without changes
File without changes
File without changes