occpy 0.7.2__cp311-cp311-macosx_11_0_arm64.whl → 0.7.4__cp311-cp311-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.
bin/occ CHANGED
Binary file
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
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: occpy
3
- Version: 0.7.2
3
+ Version: 0.7.4
4
4
  Summary: A library for quantum chemistry
5
5
  Author-Email: Peter Spackman <peterspackman@fastmail.com>
6
6
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
@@ -1,16 +1,11 @@
1
- occpy-0.7.2.dist-info/RECORD,,
2
- occpy-0.7.2.dist-info/WHEEL,sha256=vqMBchNIsmW0K9HInUQuY_xePW9YD3coNJy6G1Yfto8,114
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/_occpy.cpython-311-darwin.so,sha256=bjvmYIL1L4CveDQH63puGXwQ_IWhTRHR9c7wYefLFR8,22706336
7
- occpy/__init__.py,sha256=gLiJYqL4iZeWTfbbY_tzVG_hHDU8hOQtfNl87g6dH-I,1531
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
13
- bin/occ,sha256=2XLYg_wka0H3zyOm5e1Cy3TlDICckDgvZMvROdzY_Bk,25584560
1
+ occpy/_occpy.cpython-311-darwin.so,sha256=OLeEtfu-kZ9_dPY1YUaBA59LimKwHrurU-YdHjrLGyI,22799824
2
+ occpy/__init__.py,sha256=ixBUKxJdbfXcQs7cE6A6xWSHauwk_qM0pFkusM0aPPg,916
3
+ occpy-0.7.4.dist-info/RECORD,,
4
+ occpy-0.7.4.dist-info/WHEEL,sha256=5L6PXS-0ArRbkCryu4hw33Ur5yC5FJzjzstZFPScdG0,114
5
+ occpy-0.7.4.dist-info/entry_points.txt,sha256=A4GiWZiBEsMWu1jDPAQiDe4HxoDYPNK4hEduZYG1oKg,52
6
+ occpy-0.7.4.dist-info/METADATA,sha256=9MYRxK1TtmeOWdFXU7iYO8x31q1rNV8keSP2ko3VCFI,6728
7
+ occpy-0.7.4.dist-info/licenses/LICENSE.txt,sha256=5fvmauGmRic38fyZZuc3YBBPEmgbYKVcRuCb1YLN7UU,781
8
+ bin/occ,sha256=VlKTKq--CAmhuVgl4COoVUqMiATqDdhwa-PTqcUxCdY,25699680
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
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.10.7
2
+ Generator: scikit-build-core 0.11.0
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_11_0_arm64
5
5
 
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 *
@@ -1 +0,0 @@
1
- from .._occpy.isosurface import *
occpy/qm/__init__.py DELETED
@@ -1 +0,0 @@
1
- from .._occpy.qm import *