{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "### Acids" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "
\n", "

Identifier: OC(O)=O

\n", "

UNIFAC Result: {'OH': 1, 'COOH': 1}

\n", "

PSRK Result: {'OH': 1, 'COOH': 1}

\n", "

Joback Result: {'-OH (alcohol)': 1, '-COOH (acid)': 1}

\n", "
\n", " \n", "\n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "
\n", "
\n", " " ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "\n", "
\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}

\n", "
\n", " \n", "\n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\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", "
\n", " \n", "\n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\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", "
\n", " \n", "\n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\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", "
\n", " \n", "\n", "\n", " \n", "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\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.10.12" } }, "nbformat": 4, "nbformat_minor": 2 }