Skip to content

Commit 1b74a0c

Browse files
authored
Merge pull request #41 from chemkg/issue-39
Add optional context fields for pKa values
2 parents 4eb5088 + 027f79a commit 1b74a0c

File tree

16 files changed

+23099
-5521
lines changed

16 files changed

+23099
-5521
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"id": "CHEBI:30769",
3+
"name": "citric acid",
4+
"type": "chemrof:Molecule",
5+
"inchi_string": "InChI=1S/C6H8O7/c7-3(8)1-6(13,5(11)12)2-4(9)10/h13H,1-2H2,(H,7,8)(H,9,10)(H,11,12)",
6+
"smiles_string": "OC(=O)CC(O)(C(=O)O)CC(=O)O",
7+
"empirical_formula": "C6H8O7",
8+
"molecular_mass": 192.124,
9+
"pka_ionization_constant": [
10+
3.13,
11+
4.76,
12+
6.4
13+
],
14+
"pka_temperature": 25.0,
15+
"pka_ionic_strength": 0.0,
16+
"pka_solvent": "water",
17+
"pka_pressure": 1.0,
18+
"@type": "Molecule"
19+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
id: CHEBI:30769
2+
name: citric acid
3+
type: chemrof:Molecule
4+
inchi_string: InChI=1S/C6H8O7/c7-3(8)1-6(13,5(11)12)2-4(9)10/h13H,1-2H2,(H,7,8)(H,9,10)(H,11,12)
5+
smiles_string: OC(=O)CC(O)(C(=O)O)CC(=O)O
6+
empirical_formula: C6H8O7
7+
molecular_mass: 192.124
8+
pka_ionization_constant:
9+
- 3.13
10+
- 4.76
11+
- 6.4
12+
pka_temperature: 25.0
13+
pka_ionic_strength: 0.0
14+
pka_solvent: water
15+
pka_pressure: 1.0

examples/output/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,26 @@ smiles_string: CC(=O)O
561561
type: chemrof:SmallMolecule
562562
water_solubility: 1000000.0
563563

564+
```
565+
## Molecule-citric_acid_with_pka_context
566+
### Input
567+
```yaml
568+
empirical_formula: C6H8O7
569+
id: CHEBI:30769
570+
inchi_string: InChI=1S/C6H8O7/c7-3(8)1-6(13,5(11)12)2-4(9)10/h13H,1-2H2,(H,7,8)(H,9,10)(H,11,12)
571+
molecular_mass: 192.124
572+
name: citric acid
573+
pka_ionic_strength: 0.0
574+
pka_ionization_constant:
575+
- 3.13
576+
- 4.76
577+
- 6.4
578+
pka_pressure: 1.0
579+
pka_solvent: water
580+
pka_temperature: 25.0
581+
smiles_string: OC(=O)CC(O)(C(=O)O)CC(=O)O
582+
type: chemrof:Molecule
583+
564584
```
565585
## AtomCation-sodium
566586
### Input

0 commit comments

Comments
 (0)