From 72e819283fa0595bbe0564d1a8862c62c155874a Mon Sep 17 00:00:00 2001 From: Lukasz Mentel Date: Sun, 22 Dec 2024 17:26:04 +0100 Subject: [PATCH] update docs --- docs/source/data.rst | 48 ++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/docs/source/data.rst b/docs/source/data.rst index 5f5e65d8..408c6483 100644 --- a/docs/source/data.rst +++ b/docs/source/data.rst @@ -145,7 +145,7 @@ The following data are currently available: +-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+ | ``mass_number`` | Mass number of the most abundant isotope | | computed | | +-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+ -| ``melting_point`` | Melting point | K | stored | :cite:`haynes2016crc` | +| ``melting_point`` | Melting point at 101.325 kPa pressure | K | stored | :cite:`haynes2016crc` | +-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+ | ``mendeleev_number`` | Mendeleev's number ([#f_mendeleev_number]_) | | stored | :cite:`Pettifor1984,Villars2004` | +-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+ @@ -462,25 +462,29 @@ Oxidation States Phase Transitions ================= -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| Attribute name | Description | Unit | Value origin | Citation keys | -+==============================+======================================+======+==============+=======================+ -| ``allotrope`` | Allotrope name | | stored | :cite:`haynes2016crc` | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| ``atomic_number`` | Atomic number | | stored | | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| ``boiling_point`` | Boiling point | K | stored | :cite:`haynes2016crc` | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| ``critical_pressure`` | Critical pressure | MPa | stored | :cite:`haynes2016crc` | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| ``critical_temperature`` | Critical temperature | K | stored | :cite:`haynes2016crc` | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| ``melting_point`` | Melting point | K | stored | :cite:`haynes2016crc` | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| ``triple_point_pressure`` | Pressure in kPa of the triple point | kPa | stored | :cite:`haynes2016crc` | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ -| ``triple_point_temperature`` | Temperature in K of the triple point | K | stored | :cite:`haynes2016crc` | -+------------------------------+--------------------------------------+------+--------------+-----------------------+ ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| Attribute name | Description | Unit | Value origin | Citation keys | ++==============================+==================================================================================================================================+======+==============+=======================+ +| ``allotrope`` | Allotrope name | | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``atomic_number`` | Atomic number | | stored | | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``boiling_point`` | Boiling point | K | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``critical_pressure`` | Critical pressure | MPa | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``critical_temperature`` | Critical temperature | K | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``is_sublimation_point`` | Indicates that boiling_point marks a sublimation point, where the vapor pressure of the solid phase reaches 101.325 kPa | | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``is_transition`` | Indicates that melting_point marks the temperature of the transition to the crystalline form immediately below that entry | | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``melting_point`` | Melting point at 101.325 kPa pressure ([#f_melting_point]_) | K | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``triple_point_pressure`` | Pressure in kPa of the triple point | kPa | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ +| ``triple_point_temperature`` | Temperature in K of the triple point | K | stored | :cite:`haynes2016crc` | ++------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+ Screening Constants @@ -614,3 +618,7 @@ Screening Constants - Livermorium - Tennessine - Oganesson + +.. [#f_melting_point] **Melting Point** + + Melting points for carbon from the original source are not included since they are not at standard pressure. \ No newline at end of file