occpy 0.7.4__cp311-cp311-macosx_10_15_universal2.whl → 0.7.5__cp311-cp311-macosx_10_15_universal2.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
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: occpy
3
- Version: 0.7.4
3
+ Version: 0.7.5
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,11 +1,12 @@
1
- occpy/_occpy.cpython-311-darwin.so,sha256=iczie_empbEQS0AYkW8BBP3BXYRp1cgrBdY7gr-h_Jg,51946952
1
+ occpy/_occpy.cpython-311-darwin.so,sha256=yHxr6hVMAVfuD7ksU0OufySpgPrb5ob7oVkMSI3S0aw,52014728
2
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=TwVyMuEQZWvhRi0c4iexfRz915gslCrzKzmn9yzzcBo,120
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=Mfrqy9hsNOCB52QYUySQ117NR61RsDLvFHWW88d1uTY,57910640
3
+ bin/occ,sha256=PZICY6AoxYBoxhTUZy76gORICPc_Y5nz7SEIDUeY1dw,58209648
4
+ occpy-0.7.5.dist-info/RECORD,,
5
+ occpy-0.7.5.dist-info/WHEEL,sha256=TwVyMuEQZWvhRi0c4iexfRz915gslCrzKzmn9yzzcBo,120
6
+ occpy-0.7.5.dist-info/entry_points.txt,sha256=A4GiWZiBEsMWu1jDPAQiDe4HxoDYPNK4hEduZYG1oKg,52
7
+ occpy-0.7.5.dist-info/METADATA,sha256=OLIysaj8nSV7-V9SOWuiU8KyCsY0qprbYnjHRndwqh0,6728
8
+ occpy-0.7.5.dist-info/licenses/LICENSE.txt,sha256=5fvmauGmRic38fyZZuc3YBBPEmgbYKVcRuCb1YLN7UU,781
9
+ share/occ/methods/dft_methods.json,sha256=2FjPZMh4785YKjHWYoQoG13FFo7SwnzwW_qGdE1sblI,5481
9
10
  share/occ/solvent/dielectric_constants.json,sha256=GMRldNjqknxVm9ROCDvDrfWhIc9FdIIjGhnAxQwT26c,49229
10
11
  share/occ/solvent/dielectrics.json,sha256=E8otdtPhjmZDSOoXnSo2gsM8zV5KVXpt3C8aZ3qyxFM,4854
11
12
  share/occ/solvent/smd.json,sha256=GMRldNjqknxVm9ROCDvDrfWhIc9FdIIjGhnAxQwT26c,49229
@@ -0,0 +1,352 @@
1
+ {
2
+ "methods": {
3
+ "b3lyp": {
4
+ "components": [
5
+ {
6
+ "id": "hyb_gga_xc_b3lyp"
7
+ }
8
+ ]
9
+ },
10
+ "b3lyp-d3": {
11
+ "components": [
12
+ {
13
+ "id": "hyb_gga_xc_b3lyp"
14
+ }
15
+ ],
16
+ "dispersion": "d3zero"
17
+ },
18
+ "b3lyp-d3bj": {
19
+ "components": [
20
+ {
21
+ "id": "hyb_gga_xc_b3lyp"
22
+ }
23
+ ],
24
+ "dispersion": "d3bj"
25
+ },
26
+ "b3lyp5": {
27
+ "components": [
28
+ {
29
+ "id": "hyb_gga_xc_b3lyp5"
30
+ }
31
+ ]
32
+ },
33
+ "b3p86": {
34
+ "components": [
35
+ {
36
+ "id": "hyb_gga_xc_b3p86"
37
+ }
38
+ ]
39
+ },
40
+ "b3pw91": {
41
+ "components": [
42
+ {
43
+ "id": "hyb_gga_xc_b3pw91"
44
+ }
45
+ ]
46
+ },
47
+ "b86bpbe": {
48
+ "components": [
49
+ {
50
+ "id": "gga_x_b86_mgc"
51
+ },
52
+ {
53
+ "id": "gga_c_pbe"
54
+ }
55
+ ]
56
+ },
57
+ "b86bpbeh": {
58
+ "components": [
59
+ {
60
+ "factor": 0.75,
61
+ "hfx": 0.25,
62
+ "id": "gga_x_b86_mgc"
63
+ },
64
+ {
65
+ "id": "gga_c_pbe"
66
+ }
67
+ ]
68
+ },
69
+ "b97": {
70
+ "components": [
71
+ {
72
+ "id": "hyb_gga_xc_b97"
73
+ }
74
+ ]
75
+ },
76
+ "b971": {
77
+ "components": [
78
+ {
79
+ "id": "hyb_gga_xc_b97_1"
80
+ }
81
+ ]
82
+ },
83
+ "b972": {
84
+ "components": [
85
+ {
86
+ "id": "hyb_gga_xc_b97_2"
87
+ }
88
+ ]
89
+ },
90
+ "b973": {
91
+ "components": [
92
+ {
93
+ "id": "hyb_gga_xc_b97_3"
94
+ }
95
+ ]
96
+ },
97
+ "b97k": {
98
+ "components": [
99
+ {
100
+ "id": "hyb_gga_xc_b97_k"
101
+ }
102
+ ]
103
+ },
104
+ "bhandh": {
105
+ "components": [
106
+ {
107
+ "id": "hyb_gga_xc_bhandh"
108
+ }
109
+ ]
110
+ },
111
+ "bhandhlyp": {
112
+ "components": [
113
+ {
114
+ "id": "hyb_gga_xc_bhandhlyp"
115
+ }
116
+ ]
117
+ },
118
+ "blyp": {
119
+ "components": [
120
+ {
121
+ "id": "gga_x_b88"
122
+ },
123
+ {
124
+ "id": "gga_c_lyp"
125
+ }
126
+ ]
127
+ },
128
+ "bp86": {
129
+ "components": [
130
+ {
131
+ "id": "gga_x_b88"
132
+ },
133
+ {
134
+ "id": "gga_c_p86"
135
+ }
136
+ ]
137
+ },
138
+ "bpbe": {
139
+ "components": [
140
+ {
141
+ "id": "gga_x_b88"
142
+ },
143
+ {
144
+ "id": "gga_c_pbe"
145
+ }
146
+ ]
147
+ },
148
+ "lda": {
149
+ "components": [
150
+ {
151
+ "id": "lda_x"
152
+ },
153
+ {
154
+ "id": "lda_c_vwn_3"
155
+ }
156
+ ]
157
+ },
158
+ "lsda": {
159
+ "components": [
160
+ {
161
+ "id": "lda_x"
162
+ },
163
+ {
164
+ "id": "lda_c_vwn_3"
165
+ }
166
+ ]
167
+ },
168
+ "m062x": {
169
+ "components": [
170
+ {
171
+ "id": "hyb_mgga_x_m06_2x"
172
+ },
173
+ {
174
+ "id": "mgga_c_m06_2x"
175
+ }
176
+ ]
177
+ },
178
+ "mpw3lyp": {
179
+ "components": [
180
+ {
181
+ "id": "hyb_gga_xc_mpw3lyp"
182
+ }
183
+ ]
184
+ },
185
+ "mpw3pw": {
186
+ "components": [
187
+ {
188
+ "id": "hyb_gga_xc_mpw3pw"
189
+ }
190
+ ]
191
+ },
192
+ "o3lyp": {
193
+ "components": [
194
+ {
195
+ "id": "hyb_gga_xc_o3lyp"
196
+ }
197
+ ]
198
+ },
199
+ "pbe": {
200
+ "components": [
201
+ {
202
+ "id": "gga_x_pbe"
203
+ },
204
+ {
205
+ "id": "gga_c_pbe"
206
+ }
207
+ ]
208
+ },
209
+ "pbe-d3": {
210
+ "components": [
211
+ {
212
+ "id": "gga_x_pbe"
213
+ },
214
+ {
215
+ "id": "gga_c_pbe"
216
+ }
217
+ ],
218
+ "dispersion": "d3zero"
219
+ },
220
+ "pbe0": {
221
+ "components": [
222
+ {
223
+ "factor": 0.75,
224
+ "hfx": 0.25,
225
+ "id": "gga_x_pbe"
226
+ },
227
+ {
228
+ "id": "gga_c_pbe"
229
+ }
230
+ ]
231
+ },
232
+ "pbe1pbe": {
233
+ "components": [
234
+ {
235
+ "factor": 0.75,
236
+ "hfx": 0.25,
237
+ "id": "gga_x_pbe"
238
+ },
239
+ {
240
+ "id": "gga_c_pbe"
241
+ }
242
+ ]
243
+ },
244
+ "pbeh": {
245
+ "components": [
246
+ {
247
+ "id": "hyb_gga_xc_pbeh"
248
+ }
249
+ ]
250
+ },
251
+ "pbepbe": {
252
+ "components": [
253
+ {
254
+ "id": "gga_x_pbe"
255
+ },
256
+ {
257
+ "id": "gga_c_pbe"
258
+ }
259
+ ]
260
+ },
261
+ "r2scan": {
262
+ "components": [
263
+ {
264
+ "id": "mgga_x_r2scan"
265
+ },
266
+ {
267
+ "id": "mgga_c_r2scan"
268
+ }
269
+ ]
270
+ },
271
+ "r2scan-3c": {
272
+ "basis_set": "def2-mSVP",
273
+ "components": [
274
+ {
275
+ "id": "mgga_x_r2scan"
276
+ },
277
+ {
278
+ "id": "mgga_c_r2scan"
279
+ }
280
+ ],
281
+ "dispersion": "d3bj",
282
+ "gcp": "gcp3c"
283
+ },
284
+ "svwn": {
285
+ "components": [
286
+ {
287
+ "id": "lda_x"
288
+ },
289
+ {
290
+ "id": "lda_c_vwn_3"
291
+ }
292
+ ]
293
+ },
294
+ "svwn5": {
295
+ "components": [
296
+ {
297
+ "id": "lda_x"
298
+ },
299
+ {
300
+ "id": "lda_c_vwn"
301
+ }
302
+ ]
303
+ },
304
+ "tpss": {
305
+ "components": [
306
+ {
307
+ "id": "mgga_x_tpss"
308
+ },
309
+ {
310
+ "id": "mgga_c_tpss"
311
+ }
312
+ ]
313
+ },
314
+ "vwn5": {
315
+ "components": [
316
+ {
317
+ "id": "lda_c_vwn"
318
+ }
319
+ ]
320
+ },
321
+ "wb97m": {
322
+ "components": [
323
+ {
324
+ "id": "hyb_mgga_xc_wb97m_v"
325
+ }
326
+ ],
327
+ "dispersion": "vv10"
328
+ },
329
+ "wb97m-v": {
330
+ "components": [
331
+ {
332
+ "id": "hyb_mgga_xc_wb97m_v"
333
+ }
334
+ ],
335
+ "dispersion": "vv10"
336
+ },
337
+ "wb97x": {
338
+ "components": [
339
+ {
340
+ "id": "hyb_gga_xc_wb97x"
341
+ }
342
+ ]
343
+ },
344
+ "x3lyp": {
345
+ "components": [
346
+ {
347
+ "id": "hyb_gga_xc_x3lyp"
348
+ }
349
+ ]
350
+ }
351
+ }
352
+ }
File without changes