occpy 0.7.2__cp312-abi3-macosx_11_0_arm64.whl → 0.7.3__cp312-abi3-macosx_11_0_arm64.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.
- occpy/__init__.py +1 -35
- occpy/_occpy.abi3.so +0 -0
- {occpy-0.7.2.dist-info → occpy-0.7.3.dist-info}/METADATA +1 -1
- {occpy-0.7.2.dist-info → occpy-0.7.3.dist-info}/RECORD +7 -12
- occpy/core/__init__.py +0 -1
- occpy/crystal/__init__.py +0 -1
- occpy/dft/__init__.py +0 -1
- occpy/isosurface/__init__.py +0 -1
- occpy/qm/__init__.py +0 -1
- {occpy-0.7.2.dist-info → occpy-0.7.3.dist-info}/WHEEL +0 -0
- {occpy-0.7.2.dist-info → occpy-0.7.3.dist-info}/entry_points.txt +0 -0
- {occpy-0.7.2.dist-info → occpy-0.7.3.dist-info}/licenses/LICENSE.txt +0 -0
occpy/__init__.py
CHANGED
@@ -1,17 +1,7 @@
|
|
1
1
|
from pathlib import Path
|
2
2
|
import site
|
3
3
|
import warnings
|
4
|
-
from ._occpy import
|
5
|
-
set_log_level,
|
6
|
-
set_log_file,
|
7
|
-
set_data_directory,
|
8
|
-
set_num_threads,
|
9
|
-
LogLevel,
|
10
|
-
)
|
11
|
-
from .core import Atom, Element, Molecule, Dimer
|
12
|
-
from .crystal import Crystal
|
13
|
-
from .qm import AOBasis, HartreeFock, Shell, Wavefunction
|
14
|
-
from .dft import DFT
|
4
|
+
from ._occpy import *
|
15
5
|
|
16
6
|
# Set up logging first, only log critical errors
|
17
7
|
set_log_level(LogLevel.CRITICAL)
|
@@ -26,30 +16,6 @@ if not _data_dir.exists():
|
|
26
16
|
|
27
17
|
set_data_directory(str(_data_dir))
|
28
18
|
|
29
|
-
__all__ = [
|
30
|
-
"Atom",
|
31
|
-
"AOBasis",
|
32
|
-
"calculate_crystal_growth_energies",
|
33
|
-
"core",
|
34
|
-
"crystal",
|
35
|
-
"Crystal",
|
36
|
-
"dft",
|
37
|
-
"DFT",
|
38
|
-
"Dimer",
|
39
|
-
"Element",
|
40
|
-
"HartreeFock",
|
41
|
-
"LogLevel",
|
42
|
-
"Molecule",
|
43
|
-
"qm",
|
44
|
-
"set_data_directory",
|
45
|
-
"set_num_threads",
|
46
|
-
"set_log_file",
|
47
|
-
"set_log_level",
|
48
|
-
"Shell",
|
49
|
-
"Wavefunction",
|
50
|
-
]
|
51
|
-
|
52
|
-
|
53
19
|
def run_occ_executable():
|
54
20
|
import subprocess
|
55
21
|
import sys
|
occpy/_occpy.abi3.so
CHANGED
Binary file
|
@@ -1,16 +1,11 @@
|
|
1
|
-
occpy
|
2
|
-
occpy
|
3
|
-
occpy-0.7.2.dist-info/entry_points.txt,sha256=A4GiWZiBEsMWu1jDPAQiDe4HxoDYPNK4hEduZYG1oKg,52
|
4
|
-
occpy-0.7.2.dist-info/METADATA,sha256=9SNFT7APpw9f352F0wkwCsbG60fR_jYlwRCNcgB--hM,6728
|
5
|
-
occpy-0.7.2.dist-info/licenses/LICENSE.txt,sha256=5fvmauGmRic38fyZZuc3YBBPEmgbYKVcRuCb1YLN7UU,781
|
6
|
-
occpy/__init__.py,sha256=gLiJYqL4iZeWTfbbY_tzVG_hHDU8hOQtfNl87g6dH-I,1531
|
7
|
-
occpy/_occpy.abi3.so,sha256=ghc2ZVVHMsglG7oRZy55Wz2jgUE-z5ACeZrDlef9GUI,22689872
|
8
|
-
occpy/core/__init__.py,sha256=JC4Ik0SIFFAgv0IL7SWJC6yBIK7aXGI67fp9E_DKhjU,28
|
9
|
-
occpy/dft/__init__.py,sha256=ow8XTJl0CHkxmc_lt4T7S6ngp1p4WUgjILe5n2zCtTA,27
|
10
|
-
occpy/crystal/__init__.py,sha256=OnXmaAaqCdT-qUsdCaxzTPsAAkMUgtby8HBSVeGHeNQ,31
|
11
|
-
occpy/isosurface/__init__.py,sha256=0xyQP668dbQd9je5-BxHSIOkjAZwSbmVMO96GX6J6H8,34
|
12
|
-
occpy/qm/__init__.py,sha256=nE3qnqGKWl5VxrUKg2GTC4mOSKMSZTFDfbeV073KvIc,26
|
1
|
+
occpy/__init__.py,sha256=ixBUKxJdbfXcQs7cE6A6xWSHauwk_qM0pFkusM0aPPg,916
|
2
|
+
occpy/_occpy.abi3.so,sha256=5QAPJvAFZTvlT_YHNnKaf8H6BEl4Jl6OYm8WEF1F_xI,22689744
|
13
3
|
bin/occ,sha256=2XLYg_wka0H3zyOm5e1Cy3TlDICckDgvZMvROdzY_Bk,25584560
|
4
|
+
occpy-0.7.3.dist-info/RECORD,,
|
5
|
+
occpy-0.7.3.dist-info/WHEEL,sha256=nNzOmyc1EH0aMTUpZ5OCKoOvWFo4Z0uKT68l__W3ziM,113
|
6
|
+
occpy-0.7.3.dist-info/entry_points.txt,sha256=A4GiWZiBEsMWu1jDPAQiDe4HxoDYPNK4hEduZYG1oKg,52
|
7
|
+
occpy-0.7.3.dist-info/METADATA,sha256=ecdAWMhqxo_HOMHNB4eSD6GsNwgUQSCMFTilsaYg--w,6728
|
8
|
+
occpy-0.7.3.dist-info/licenses/LICENSE.txt,sha256=5fvmauGmRic38fyZZuc3YBBPEmgbYKVcRuCb1YLN7UU,781
|
14
9
|
share/occ/solvent/dielectric_constants.json,sha256=GMRldNjqknxVm9ROCDvDrfWhIc9FdIIjGhnAxQwT26c,49229
|
15
10
|
share/occ/solvent/dielectrics.json,sha256=E8otdtPhjmZDSOoXnSo2gsM8zV5KVXpt3C8aZ3qyxFM,4854
|
16
11
|
share/occ/solvent/smd.json,sha256=GMRldNjqknxVm9ROCDvDrfWhIc9FdIIjGhnAxQwT26c,49229
|
occpy/core/__init__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
from .._occpy.core import *
|
occpy/crystal/__init__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
from .._occpy.crystal import *
|
occpy/dft/__init__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
from .._occpy.dft import *
|
occpy/isosurface/__init__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
from .._occpy.isosurface import *
|
occpy/qm/__init__.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
from .._occpy.qm import *
|
File without changes
|
File without changes
|
File without changes
|