stjames 0.0.16__py3-none-any.whl → 0.0.17__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/int_settings.py CHANGED
@@ -27,5 +27,5 @@ class IntSettings(Base):
27
27
 
28
28
  @property
29
29
  def resolution_of_the_identity(self) -> bool:
30
- """ Abstracting in case we add RIJCOSX, etc later """
30
+ """Abstracting in case we add RIJCOSX, etc later"""
31
31
  return self.strategy == ERIStrategy.RIJK
stjames/settings.py CHANGED
@@ -28,7 +28,7 @@ class Settings(Base):
28
28
  @pydantic.computed_field
29
29
  @property
30
30
  def level_of_theory(self) -> str:
31
- if self.method in [Method.HF3C, Method.B973C]:
31
+ if self.method in [Method.HF3C, Method.B973C, Method.AIMNET2_WB97MD3]:
32
32
  return self.method.value
33
33
  elif (len(self.corrections)) == 0 or (self.method in [Method.B97D3]):
34
34
  return f"{self.method.value}/{self.basis_set.name.lower()}"
@@ -150,7 +150,7 @@ def _assign_settings_by_mode(settings: Settings) -> None:
150
150
  opt_settings = settings.opt_settings
151
151
 
152
152
  # constrained optimizations warrant loosening the settings a bit
153
- has_constraints = (len(opt_settings.constraints) > 0)
153
+ has_constraints = len(opt_settings.constraints) > 0
154
154
 
155
155
  # cf. DLFIND manual, and https://www.cup.uni-muenchen.de/ch/compchem/geom/basic.html
156
156
  # and the discussion at https://geometric.readthedocs.io/en/latest/how-it-works.html
@@ -1,8 +1,8 @@
1
- from typing import Optional, Any
2
1
  import pydantic
3
2
 
4
3
  from .base import Base, LowercaseStrEnum
5
4
 
5
+
6
6
  class ImplicitSolventModel(LowercaseStrEnum):
7
7
  CPCM = "cpcm"
8
8
  NONE = "none"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stjames
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: standardized JSON atom/molecule encoding scheme
5
5
  Author-email: Corin Wagen <corin@rowansci.com>
6
6
  Project-URL: Homepage, https://github.com/rowansci/stjames
@@ -5,19 +5,19 @@ stjames/calculation.py,sha256=H2YubnWeWCg62MSdih4PT1jBqFosT8QZ1ioljOHvvTE,784
5
5
  stjames/corrections.py,sha256=vVO0CEBxWveCsWGd2Fa9D9eFeteFYB_bpa56T2f8S-Y,268
6
6
  stjames/diis_settings.py,sha256=QHc7L-hktkbOWBYr29byTdqL8lWJzKJiY9XW8ha4Qzo,552
7
7
  stjames/grid_settings.py,sha256=WrSNGc-8_f87YBZYt9Hh7RbhM4MweADoVzwBMcSqcsE,640
8
- stjames/int_settings.py,sha256=b_H95GOcom0U5uU26HxZ6eymiBCbwGe7Nj1DvPFm0Pw,898
8
+ stjames/int_settings.py,sha256=5HXp8opt5ZyY1UpmfaK7NVloWVLM5jkG0elEEqpVLUo,896
9
9
  stjames/methods.py,sha256=gYf5NLbWdmbwy4yvpRpCUVMKokwAXPXGV1Yrr9LED08,427
10
10
  stjames/modes.py,sha256=xw46Cc7f3eTS8i35qECi-8DocAlANhayK3w4akD4HBU,496
11
11
  stjames/molecule.py,sha256=2_cBc-00dM7I6J9_TFZTaomyUXlYHA4fP0Erb3zGVdM,2824
12
12
  stjames/opt_settings.py,sha256=RwXikvwW6fTODK3FK8Xvyqy4DY-qMVtZHndWirBxujk,735
13
13
  stjames/scf_settings.py,sha256=mk1wWmGnjcmEEifo1aNKIAGeOeOEaPHDPCvFOLvBIYE,2492
14
- stjames/settings.py,sha256=4FLM9KeXUuMvMpUSs0DTbrBqIvtrnwd6mhhmmd5OzhU,7373
15
- stjames/solvent_settings.py,sha256=xm6yDgUkL6jc5ev1qn89bMxF3GfkjSLEDFIxLbitDW4,439
14
+ stjames/settings.py,sha256=-0VLf7g6RNzJ-uqVa1m8FehYve_j5mh-82K8l7qWx5Y,7395
15
+ stjames/solvent_settings.py,sha256=UaR_klyQiXhB8D8Pa0-7p62N-p_JPzjdbMlfTggKXxk,407
16
16
  stjames/status.py,sha256=wTKNcNxStoEHrxxgr_zTyN90NITa3rxMQZzOgrCifEw,332
17
17
  stjames/tasks.py,sha256=TTl-iTdvDNCZTdPsyS6bYmxzY0ez9PgYlL62fztayXQ,307
18
18
  stjames/thermochem_settings.py,sha256=ZTLz31v8Ltutde5Nfm0vH5YahWjcfFWfr_R856KffxE,517
19
- stjames-0.0.16.dist-info/LICENSE,sha256=i7ehYBS-6gGmbTcgU4mgk28pyOx2kScJ0kcx8n7bWLM,1084
20
- stjames-0.0.16.dist-info/METADATA,sha256=ZZcZ-liRWHkMkFrQ5Z90SWd4uzyHOoC0zzi3NbN7DEU,1605
21
- stjames-0.0.16.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
22
- stjames-0.0.16.dist-info/top_level.txt,sha256=FYCwxl6quhYOAgG-mnPQcCK8vsVM7B8rIUrO-WrQ_PI,8
23
- stjames-0.0.16.dist-info/RECORD,,
19
+ stjames-0.0.17.dist-info/LICENSE,sha256=i7ehYBS-6gGmbTcgU4mgk28pyOx2kScJ0kcx8n7bWLM,1084
20
+ stjames-0.0.17.dist-info/METADATA,sha256=Pdx1Hnd7sPCIzYV_Roono4lHfKalLJcVvoFa7QOJ-HI,1605
21
+ stjames-0.0.17.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
22
+ stjames-0.0.17.dist-info/top_level.txt,sha256=FYCwxl6quhYOAgG-mnPQcCK8vsVM7B8rIUrO-WrQ_PI,8
23
+ stjames-0.0.17.dist-info/RECORD,,