stjames 0.0.89__py3-none-any.whl → 0.0.90__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.

@@ -13,10 +13,13 @@ class IonMobilityWorkflow(MoleculeWorkflow):
13
13
  :param mode: Mode for workflow (currently unused)
14
14
 
15
15
  New:
16
+ :param protonate: automatically protonate the molecule
17
+ :param temperature: the temperature, in Kelvin
16
18
  :param do_csearch: whether to perform a conformational search
17
19
  :param do_optimization: whether to perform an optimization
18
20
 
19
21
  Results:
22
+ :param conformers: the UUIDs of the conformers
20
23
  :param conformer_ccs: the collision cross section (Å**2) per conformer
21
24
  :param conformer_ccs_stdev: the uncertainty in the same
22
25
  :param conformer_weights: the Boltzmann weights at RT
@@ -24,8 +27,11 @@ class IonMobilityWorkflow(MoleculeWorkflow):
24
27
  :param average_ccs_stdev: the uncertainty in the same
25
28
  """
26
29
 
30
+ protonate: bool = False
31
+ temperature: float = 300
27
32
  do_csearch: bool = True
28
33
  do_optimization: bool = True
34
+
29
35
  conformers: list[UUID] = []
30
36
 
31
37
  conformer_ccs: list[float] = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stjames
3
- Version: 0.0.89
3
+ Version: 0.0.90
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
@@ -48,7 +48,7 @@ stjames/workflows/docking.py,sha256=GCW_-JeEZcMXKZ9EQFOxWUYRo0jsbzwIv10aSz8KuaQ,
48
48
  stjames/workflows/electronic_properties.py,sha256=GT3-NC7w-dbcOJ-3AzJ7LgzH6frTbiH2Iyb9BCa-SvY,4112
49
49
  stjames/workflows/fukui.py,sha256=T6TDg-lcE-sfTDVpa3KFBenLe7PGUO2QrQ2jNuw_iiU,1756
50
50
  stjames/workflows/hydrogen_bond_basicity.py,sha256=q9eXty68ZyCmrB6G_8bfeOT8Ui_IQquRPu6z-3rNreQ,1589
51
- stjames/workflows/ion_mobility.py,sha256=e6XSidrud5qSkrAcjzOzgHaf-G09JoP09V76myjdyjc,1097
51
+ stjames/workflows/ion_mobility.py,sha256=HbO_222pjiG4YeJ70kYtQJvXQJieDSMAU5y26vIx1vI,1316
52
52
  stjames/workflows/irc.py,sha256=ZP7icylW8rgo_Uh7h3bmyumn0ru1IyF-61nP5Jnmq3M,3402
53
53
  stjames/workflows/macropka.py,sha256=KRIyk4gsSYL3eqyzCDndStGLwjWSo60cgCAzvAoD1Nk,3754
54
54
  stjames/workflows/molecular_dynamics.py,sha256=kxugE73Ntzpj-xpJSoQ1EwGzXXdvi_NTyeP4913EVwE,3173
@@ -62,8 +62,8 @@ stjames/workflows/solubility.py,sha256=kGfVyPPGDLRpf2j6dSY7woCkfsoXSbUzdSImA4mcM
62
62
  stjames/workflows/spin_states.py,sha256=0degmE-frovgoXweshZyjfjqL7nkbaFoO9YoJhvQnaI,4748
63
63
  stjames/workflows/tautomer.py,sha256=7eYKziGPg8Km6lfowTzSkgJfJ4SHUPrAmnTf8Bi-SB0,1164
64
64
  stjames/workflows/workflow.py,sha256=OE05pt2ZOd8TzTOlBngXCVg9wv_553ZR60VNRPlq0f8,1953
65
- stjames-0.0.89.dist-info/licenses/LICENSE,sha256=i7ehYBS-6gGmbTcgU4mgk28pyOx2kScJ0kcx8n7bWLM,1084
66
- stjames-0.0.89.dist-info/METADATA,sha256=qK-0cUePnvLM9_nDO4QkwixCJz7WfJhX4pC9iYe2dd8,1724
67
- stjames-0.0.89.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
68
- stjames-0.0.89.dist-info/top_level.txt,sha256=FYCwxl6quhYOAgG-mnPQcCK8vsVM7B8rIUrO-WrQ_PI,8
69
- stjames-0.0.89.dist-info/RECORD,,
65
+ stjames-0.0.90.dist-info/licenses/LICENSE,sha256=i7ehYBS-6gGmbTcgU4mgk28pyOx2kScJ0kcx8n7bWLM,1084
66
+ stjames-0.0.90.dist-info/METADATA,sha256=IbwiPJaGd1rkTp0eSNDf5yTAHqnJ21wTIgI18ObeaHA,1724
67
+ stjames-0.0.90.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
68
+ stjames-0.0.90.dist-info/top_level.txt,sha256=FYCwxl6quhYOAgG-mnPQcCK8vsVM7B8rIUrO-WrQ_PI,8
69
+ stjames-0.0.90.dist-info/RECORD,,