rowan-python 2.1.2__tar.gz → 2.1.4__tar.gz

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.
Files changed (49) hide show
  1. {rowan_python-2.1.2 → rowan_python-2.1.4}/PKG-INFO +1 -1
  2. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/PROTAC_solubility.py +1 -0
  3. rowan_python-2.1.4/examples/aqueous_solubility.py +17 -0
  4. rowan_python-2.1.4/examples/basic_calculation.py +21 -0
  5. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/basic_calculation_with_solvent.py +0 -4
  6. rowan_python-2.1.4/examples/fukui_index.py +16 -0
  7. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/macropka.py +2 -0
  8. rowan_python-2.1.4/examples/redox_potential.py +21 -0
  9. rowan_python-2.1.4/examples/tautomer.py +15 -0
  10. {rowan_python-2.1.2 → rowan_python-2.1.4}/pixi.lock +198 -134
  11. {rowan_python-2.1.2 → rowan_python-2.1.4}/pyproject.toml +1 -1
  12. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/workflow.py +116 -89
  13. {rowan_python-2.1.2 → rowan_python-2.1.4}/.envrc +0 -0
  14. {rowan_python-2.1.2 → rowan_python-2.1.4}/.github/workflows/python-publish.yml +0 -0
  15. {rowan_python-2.1.2 → rowan_python-2.1.4}/.github/workflows/test.yml +0 -0
  16. {rowan_python-2.1.2 → rowan_python-2.1.4}/.gitignore +0 -0
  17. {rowan_python-2.1.2 → rowan_python-2.1.4}/.pre-commit-config.yaml +0 -0
  18. {rowan_python-2.1.2 → rowan_python-2.1.4}/LICENSE +0 -0
  19. {rowan_python-2.1.2 → rowan_python-2.1.4}/README.md +0 -0
  20. {rowan_python-2.1.2 → rowan_python-2.1.4}/docs/images/deciduous-tree-favicon.png +0 -0
  21. {rowan_python-2.1.2 → rowan_python-2.1.4}/docs/index.md +0 -0
  22. {rowan_python-2.1.2 → rowan_python-2.1.4}/docs/rowan_rdkit.md +0 -0
  23. {rowan_python-2.1.2 → rowan_python-2.1.4}/docs/stylesheets/colors.css +0 -0
  24. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/basic_calculation_from_json.py +0 -0
  25. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/basic_calculation_with_constraint.py +0 -0
  26. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/bde.py +0 -0
  27. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/cofolding_screen.py +0 -0
  28. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/conformer_dependent_redox.py +0 -0
  29. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/conformers.py +0 -0
  30. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/data/workflow_example.json +0 -0
  31. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/docking_screen.py +0 -0
  32. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/irc.py +0 -0
  33. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/multistage_opt.py +0 -0
  34. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/optimization.py +0 -0
  35. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/phenol_pka.py +0 -0
  36. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/pka.py +0 -0
  37. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/protein_cofolding.py +0 -0
  38. {rowan_python-2.1.2 → rowan_python-2.1.4}/examples/scan.py +0 -0
  39. {rowan_python-2.1.2 → rowan_python-2.1.4}/mkdocs.yml +0 -0
  40. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/__init__.py +0 -0
  41. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/constants.py +0 -0
  42. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/folder.py +0 -0
  43. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/project.py +0 -0
  44. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/protein.py +0 -0
  45. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/py.typed +0 -0
  46. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/rowan_rdkit/__init__.py +0 -0
  47. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/rowan_rdkit/chem_utils.py +0 -0
  48. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/user.py +0 -0
  49. {rowan_python-2.1.2 → rowan_python-2.1.4}/rowan/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rowan-python
3
- Version: 2.1.2
3
+ Version: 2.1.4
4
4
  Summary: Rowan Python Library
5
5
  Project-URL: Homepage, https://github.com/rowansci/rowan-client
6
6
  Project-URL: Bug Tracker, https://github.com/rowansci/rowan-client/issues
@@ -32,6 +32,7 @@ for id, smiles in PROTACs.items():
32
32
  workflows.append(
33
33
  rowan.submit_solubility_workflow(
34
34
  initial_smiles=smiles,
35
+ solubility_method="fastsolv",
35
36
  solvents=["CS(=O)C"],
36
37
  temperatures=[293.15],
37
38
  folder_uuid=protac_solubility_folder.uuid,
@@ -0,0 +1,17 @@
1
+ import rowan
2
+
3
+ # rowan.api_key = ""
4
+
5
+
6
+ oseltamivir_SMILES = "C1CCOC(=O)C1=C[C@@H](OC(CC)CC)[C@H](NC(C)=O)[C@@H]([NH3+])C1CCC1"
7
+
8
+ result = rowan.submit_solubility_workflow(
9
+ initial_smiles=oseltamivir_SMILES,
10
+ solubility_method="kingfisher",
11
+ solvents=["O"],
12
+ temperatures=[298.15],
13
+ name="Oseltamivir aqueous solubility",
14
+ )
15
+
16
+ # Solubility units are log(mol/L) and temperature units are kelvin
17
+ print(result.wait_for_result().fetch_latest(in_place=True))
@@ -0,0 +1,21 @@
1
+ # ruff: noqa
2
+ from stjames import Molecule, Method
3
+
4
+ import rowan
5
+
6
+ # rowan.api_key = ""
7
+
8
+
9
+ result = rowan.submit_basic_calculation_workflow(
10
+ initial_molecule=Molecule.from_smiles("CC(=C)C=C"),
11
+ method=Method.OMOL25_CONSERVING_S,
12
+ tasks=["energy"],
13
+ mode="auto",
14
+ engine="omol25",
15
+ name="Isoprene Energy",
16
+ )
17
+
18
+ result.wait_for_result()
19
+ result.fetch_latest(in_place=True)
20
+
21
+ print(result)
@@ -1,8 +1,4 @@
1
1
  # ruff: noqa
2
-
3
- import os
4
- import sys
5
-
6
2
  from stjames import Molecule, Method
7
3
 
8
4
  import rowan
@@ -0,0 +1,16 @@
1
+ from stjames import Molecule
2
+
3
+ import rowan
4
+
5
+ # Set ROWAN_API_KEY environment variable to your API key or set rowan.api_key directly
6
+ # rowan.api_key = "rowan-sk..."
7
+
8
+ result = rowan.submit_fukui_workflow(
9
+ initial_molecule=Molecule.from_smiles("C1=CC=C(C=C1)C(=O)O"),
10
+ optimization_method="gfn2_xtb",
11
+ fukui_method="gfn1_xtb",
12
+ name="Benzoic Acid Fukui",
13
+ )
14
+
15
+
16
+ print(result.wait_for_result().fetch_latest(in_place=True))
@@ -7,7 +7,9 @@ result = rowan.submit_macropka_workflow(
7
7
  # oseltamivir
8
8
  initial_smiles="C1CCOC(=O)C1=C[C@@H](OC(CC)CC)[C@H](NC(C)=O)[C@@H]([NH3+])C1CCC1",
9
9
  name="Oseltamivir macropka",
10
+ compute_aqueous_solubility=True,
10
11
  )
11
12
 
12
13
 
14
+ # Solubility units are log(mol/L)
13
15
  print(result.wait_for_result().fetch_latest(in_place=True))
@@ -0,0 +1,21 @@
1
+ """
2
+ Calculate the redox potential of a molecule using the Rowan API.
3
+
4
+ See documentiation at: https://docs.rowansci.com/science/workflows/redox-potential
5
+ """
6
+
7
+ from stjames import Molecule
8
+
9
+ import rowan
10
+
11
+ # rowan.api_key = ""
12
+
13
+ result = rowan.submit_redox_potential_workflow(
14
+ initial_molecule=Molecule.from_smiles("C1=CC=C(C=C1)C(=O)O"),
15
+ mode="reckless",
16
+ name="Benzoic Acid Redox Potential",
17
+ oxidization=True,
18
+ reduction=True,
19
+ )
20
+
21
+ print(result.wait_for_result().fetch_latest(in_place=True))
@@ -0,0 +1,15 @@
1
+ from stjames import Molecule
2
+
3
+ import rowan
4
+
5
+ # Set ROWAN_API_KEY environment variable to your API key or set rowan.api_key directly
6
+ # rowan.api_key = "rowan-sk..."
7
+
8
+ result = rowan.submit_tautomer_search_workflow(
9
+ initial_molecule=Molecule.from_smiles("O=C1C=CC=CN1"),
10
+ mode="reckless",
11
+ name="2-Pyridone Tautomers",
12
+ )
13
+
14
+
15
+ print(result.wait_for_result().fetch_latest(in_place=True))