Skip to content

Commit aebefc6

Browse files
authored
Merge pull request #36 from chemkg/issue-35-add-solubility-pka
Add water solubility and pKa ionization constant properties to ChemROF schema
2 parents c5deee0 + 53bae47 commit aebefc6

11 files changed

+391
-265
lines changed

examples/output/NaturalProduct-caffeine.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"type": "chemrof:NaturalProduct",
55
"smiles_string": "CN1C=NC2=C1C(=O)N(C(=O)N2C)C",
66
"empirical_formula": "C8H10N4O2",
7+
"water_solubility": 20.0,
8+
"pka_ionization_constant": [
9+
10.4
10+
],
711
"has_atoms": [
812
"C",
913
"C",

examples/output/NaturalProduct-caffeine.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: caffeine
33
type: chemrof:NaturalProduct
44
smiles_string: CN1C=NC2=C1C(=O)N(C(=O)N2C)C
55
empirical_formula: C8H10N4O2
6+
water_solubility: 20.0
7+
pka_ionization_constant:
8+
- 10.4
69
has_atoms:
710
- C
811
- C

0 commit comments

Comments
 (0)