\n",
"
Identifier: CCOC(O)=O
\n",
"
UNIFAC Result: {'CH3': 1, 'CH2O': 1, 'COOH': 1}
\n",
"
PSRK Result: {'CH3': 1, 'CH2O': 1, 'COOH': 1}
\n",
"
Joback Result: [{'-CH3': 1, '-CH2-': 1, '-O- (non-ring)': 1, '-COOH (acid)': 1}, {'-CH3': 1, '-CH2-': 1, '-OH (alcohol)': 1, '-COO- (ester)': 1}]
\n",
"
Dortmund Result: {'CH3': 1, 'CH2O': 1, 'COOH': 1}
\n",
"
\n",
" \n",
"
\n",
"\n",
"
\n",
"
\n",
" "
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"\n",
" \n",
"
Identifier: C(CN)C(C(=O)O)N
\n",
"
UNIFAC Result: {'CH2': 1, 'CH2NH2': 1, 'CHNH2': 1, 'COOH': 1}
\n",
"
PSRK Result: {'CH2': 1, 'CH2NH2': 1, 'CHNH2': 1, 'COOH': 1}
\n",
"
Joback Result: {'-CH2-': 2, '>CH-': 1, '-COOH (acid)': 1, '-NH2': 2}
\n",
"
Dortmund Result: {'CH2': 1, 'CH2NH2': 1, 'CHNH2': 1, 'COOH': 1}
\n",
"
\n",
" \n",
"
\n",
"\n",
"
\n",
"
\n",
" "
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"\n",
" \n",
"
Identifier: CC(=O)O
\n",
"
UNIFAC Result: {'CH3': 1, 'COOH': 1}
\n",
"
PSRK Result: {'CH3': 1, 'COOH': 1}
\n",
"
Joback Result: {'-CH3': 1, '-COOH (acid)': 1}
\n",
"
Dortmund Result: {'CH3': 1, 'COOH': 1}
\n",
"
\n",
" \n",
"
\n",
"\n",
"
\n",
"
\n",
" "
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"\n",
" \n",
"
Identifier: C(=O)O
\n",
"
UNIFAC Result: {'HCOOH': 1}
\n",
"
PSRK Result: {'HCOOH': 1}
\n",
"
Joback Result: {}
\n",
"
Dortmund Result: {'HCOOH': 1}
\n",
"
\n",
" \n",
"
\n",
"\n",
"
\n",
"
\n",
" "
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"from _display import display_case_module\n",
"\n",
"from cases import acids_cases\n",
"\n",
"display_case_module(acids_cases)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "ugropy",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
}