stjames 0.0.91__py3-none-any.whl → 0.0.92__py3-none-any.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.
Potentially problematic release.
This version of stjames might be problematic. Click here for more details.
- stjames/method.py +4 -1
- {stjames-0.0.91.dist-info → stjames-0.0.92.dist-info}/METADATA +1 -1
- {stjames-0.0.91.dist-info → stjames-0.0.92.dist-info}/RECORD +6 -6
- {stjames-0.0.91.dist-info → stjames-0.0.92.dist-info}/WHEEL +0 -0
- {stjames-0.0.91.dist-info → stjames-0.0.92.dist-info}/licenses/LICENSE +0 -0
- {stjames-0.0.91.dist-info → stjames-0.0.92.dist-info}/top_level.txt +0 -0
stjames/method.py
CHANGED
|
@@ -37,6 +37,7 @@ class Method(LowercaseStrEnum):
|
|
|
37
37
|
OCP24_L = "ocp24_l"
|
|
38
38
|
OMOL25_CONSERVING_S = "omol25_conserving_s"
|
|
39
39
|
UMA_M_OMOL = "uma_m_omol"
|
|
40
|
+
UMA_S_OMOL = "uma_s_omol"
|
|
40
41
|
ORB_V3_CONSERVATIVE_INF_OMAT = "orb_v3_conservative_inf_omat"
|
|
41
42
|
|
|
42
43
|
GFN_FF = "gfn_ff"
|
|
@@ -83,7 +84,7 @@ class Method(LowercaseStrEnum):
|
|
|
83
84
|
return "mace"
|
|
84
85
|
case Method.OCP24_S | Method.OCP24_L:
|
|
85
86
|
return "ocp24"
|
|
86
|
-
case Method.OMOL25_CONSERVING_S | Method.UMA_M_OMOL:
|
|
87
|
+
case Method.OMOL25_CONSERVING_S | Method.UMA_M_OMOL | Method.UMA_S_OMOL:
|
|
87
88
|
return "omol25"
|
|
88
89
|
case Method.ORB_V3_CONSERVATIVE_INF_OMAT:
|
|
89
90
|
return "orb"
|
|
@@ -104,6 +105,7 @@ PrepackagedNNPMethod = Literal[
|
|
|
104
105
|
Method.OCP24_L,
|
|
105
106
|
Method.OMOL25_CONSERVING_S,
|
|
106
107
|
Method.UMA_M_OMOL,
|
|
108
|
+
Method.UMA_S_OMOL,
|
|
107
109
|
Method.ORB_V3_CONSERVATIVE_INF_OMAT,
|
|
108
110
|
Method.EGRET_1,
|
|
109
111
|
Method.EGRET_1E,
|
|
@@ -116,6 +118,7 @@ PREPACKAGED_NNP_METHODS = [
|
|
|
116
118
|
Method.OCP24_L,
|
|
117
119
|
Method.OMOL25_CONSERVING_S,
|
|
118
120
|
Method.UMA_M_OMOL,
|
|
121
|
+
Method.UMA_S_OMOL,
|
|
119
122
|
Method.ORB_V3_CONSERVATIVE_INF_OMAT,
|
|
120
123
|
Method.EGRET_1,
|
|
121
124
|
Method.EGRET_1E,
|
|
@@ -12,7 +12,7 @@ stjames/engine.py,sha256=wVItZQSIeR3ap6EZG3kOw0xCZztZm-6KKFrX84ZyFsE,313
|
|
|
12
12
|
stjames/grid_settings.py,sha256=WrSNGc-8_f87YBZYt9Hh7RbhM4MweADoVzwBMcSqcsE,640
|
|
13
13
|
stjames/int_settings.py,sha256=5HXp8opt5ZyY1UpmfaK7NVloWVLM5jkG0elEEqpVLUo,896
|
|
14
14
|
stjames/message.py,sha256=Rq6QqmHZKecWxYH8fVyXmuoCCPZv8YinvgykSeorXSU,216
|
|
15
|
-
stjames/method.py,sha256=
|
|
15
|
+
stjames/method.py,sha256=8Cj0JYGMEaS_Cetfz8Wcu6-BZAv1SejRSagMgkKaXs0,4469
|
|
16
16
|
stjames/mode.py,sha256=xw46Cc7f3eTS8i35qECi-8DocAlANhayK3w4akD4HBU,496
|
|
17
17
|
stjames/molecule.py,sha256=l4S6prH1xflnZtbwidSF2THsiHaSJtRiy1rmUbH366Q,20631
|
|
18
18
|
stjames/opt_settings.py,sha256=LEwGXUEKq5TfU5rr60Z4QQBhCqiw1Ch5w0M_lXawWo8,642
|
|
@@ -63,8 +63,8 @@ stjames/workflows/solubility.py,sha256=kGfVyPPGDLRpf2j6dSY7woCkfsoXSbUzdSImA4mcM
|
|
|
63
63
|
stjames/workflows/spin_states.py,sha256=0degmE-frovgoXweshZyjfjqL7nkbaFoO9YoJhvQnaI,4748
|
|
64
64
|
stjames/workflows/tautomer.py,sha256=7eYKziGPg8Km6lfowTzSkgJfJ4SHUPrAmnTf8Bi-SB0,1164
|
|
65
65
|
stjames/workflows/workflow.py,sha256=OE05pt2ZOd8TzTOlBngXCVg9wv_553ZR60VNRPlq0f8,1953
|
|
66
|
-
stjames-0.0.
|
|
67
|
-
stjames-0.0.
|
|
68
|
-
stjames-0.0.
|
|
69
|
-
stjames-0.0.
|
|
70
|
-
stjames-0.0.
|
|
66
|
+
stjames-0.0.92.dist-info/licenses/LICENSE,sha256=i7ehYBS-6gGmbTcgU4mgk28pyOx2kScJ0kcx8n7bWLM,1084
|
|
67
|
+
stjames-0.0.92.dist-info/METADATA,sha256=QQ4yZAEcRFwv4KCTOBZxuCrOzmNb_kBv2G3Jd4-2hR4,1724
|
|
68
|
+
stjames-0.0.92.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
69
|
+
stjames-0.0.92.dist-info/top_level.txt,sha256=FYCwxl6quhYOAgG-mnPQcCK8vsVM7B8rIUrO-WrQ_PI,8
|
|
70
|
+
stjames-0.0.92.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|